Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java170 final float oldClipBottomAmount = expandableView.getClipBottomAmount(); in applyToView()
208 if (this.clipBottomAmount != expandableView.getClipBottomAmount()) { in animateTo()
358 clipTop ? child.getClipTopAmount() : child.getClipBottomAmount(), newEndValue); in startClipAnimation()
390 clipTop ? child.getClipTopAmount() : child.getClipBottomAmount()); in startClipAnimation()
DNotificationStackScrollLayout.java1859 - slidingChild.getClipBottomAmount();
4690 - child.getClipBottomAmount(); in getBottomMostNotificationBottom()
4725 - child.getClipBottomAmount(); in isBelowLastNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java270 int previousAmount = getClipBottomAmount(); in setClipBottomAmount()
DExpandableView.java338 public int getClipBottomAmount() { in getClipBottomAmount() method in ExpandableView
DExpandableNotificationRow.java2491 - mNotificationParent.getClipBottomAmount());