Home
last modified time | relevance | path

Searched refs:setBottomRoundness (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java98 final boolean bottomChanged = view.setBottomRoundness(bottomRoundness, animate); in updateViewWithoutCallback()
140 oldViewBefore.setBottomRoundness(bottomRoundness, animate); in setViewsAffectedBySwipe()
143 viewBefore.setBottomRoundness(1f, animate); in setViewsAffectedBySwipe()
152 oldSwipedview.setBottomRoundness(bottomRoundness, animate); in setViewsAffectedBySwipe()
156 viewSwiped.setBottomRoundness(1f, animate); in setViewsAffectedBySwipe()
H A DNotificationChildrenContainer.java1286 child.setBottomRoundness(bottomRoundness, isShown() /* animate */);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java101 setBottomRoundness(1.0f, false /* animate */); in onFinishInflate()
390 anv.setBottomRoundness(anv.isLastInSection() ? 1f : changeFraction,
396 anv.setBottomRoundness(anv.isLastInSection() ? 1f : smallCornerRadius,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java260 public boolean setBottomRoundness(float bottomRoundness, boolean animate) { in setBottomRoundness() method in ExpandableOutlineView
H A DExpandableView.java796 public boolean setBottomRoundness(float bottomRoundness, boolean animate) { in setBottomRoundness() method in ExpandableView
H A DExpandableNotificationRow.java820 row.setBottomRoundness(0.0f, false /* animate */);