Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java94 boolean bottomChanged = view.setBottomRoundness(bottomRoundness, animate); in updateViewWithoutCallback()
DNotificationChildrenContainer.java1260 child.setBottomRoundness(bottomRoundness, isShown() /* animate */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java311 public boolean setBottomRoundness(float bottomRoundness, boolean animate) { in setBottomRoundness() method in ExpandableOutlineView
DExpandableNotificationRow.java801 row.setBottomRoundness(0.0f, false /* animate */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java122 setBottomRoundness(1.0f, false /* animate */); in onFinishInflate()
367 previousRow.setBottomRoundness(firstElementRoundness, in updateAppearance()