Home
last modified time | relevance | path

Searched refs:setTopRoundness (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java91 final boolean topChanged = view.setTopRoundness(topRoundness, animate); in updateViewWithoutCallback()
146 oldSwipedview.setTopRoundness(topRoundness, animate); in setViewsAffectedBySwipe()
150 viewSwiped.setTopRoundness(1f, animate); in setViewsAffectedBySwipe()
158 oldViewAfter.setTopRoundness(topRoundness, animate); in setViewsAffectedBySwipe()
161 viewAfter.setTopRoundness(1f, animate); in setViewsAffectedBySwipe()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java101 setTopRoundness(1f, false /* animate */); in onFinishInflate()
404 anv.setTopRoundness(anv.isFirstInSection() ? 1f : changeFraction,
410 anv.setTopRoundness(anv.isFirstInSection() ? 1f : smallCornerRadius,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java219 public boolean setTopRoundness(float topRoundness, boolean animate) { in setTopRoundness() method in ExpandableOutlineView
DExpandableView.java777 public boolean setTopRoundness(float topRoundness, boolean animate) { in setTopRoundness() method in ExpandableView