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 D | NotificationRoundnessManager.java | 98 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 D | NotificationChildrenContainer.java | 1286 child.setBottomRoundness(bottomRoundness, isShown() /* animate */);
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShelf.java | 101 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 D | ExpandableOutlineView.java | 260 public boolean setBottomRoundness(float bottomRoundness, boolean animate) { in setBottomRoundness() method in ExpandableOutlineView
|
H A D | ExpandableView.java | 796 public boolean setBottomRoundness(float bottomRoundness, boolean animate) { in setBottomRoundness() method in ExpandableView
|
H A D | ExpandableNotificationRow.java | 820 row.setBottomRoundness(0.0f, false /* animate */);
|