Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java172 final float oldClipBottomAmount = expandableView.getClipBottomAmount(); in applyToView()
210 if (this.clipBottomAmount != expandableView.getClipBottomAmount()) { in animateTo()
361 clipTop ? child.getClipTopAmount() : child.getClipBottomAmount(), newEndValue); in startClipAnimation()
393 clipTop ? child.getClipTopAmount() : child.getClipBottomAmount()); in startClipAnimation()
H A DNotificationSection.java281 finalTranslationY + finalHeight - lastView.getClipBottomAmount()); in updateBounds()
288 - lastView.getClipBottomAmount()); in updateBounds()
H A DNotificationStackScrollLayout.java1733 - slidingChild.getClipBottomAmount();
4648 - child.getClipBottomAmount(); in getBottomMostNotificationBottom()
4683 - child.getClipBottomAmount(); in isBelowLastNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java273 int previousAmount = getClipBottomAmount(); in setClipBottomAmount()
H A DExpandableView.java341 public int getClipBottomAmount() { in getClipBottomAmount() method in ExpandableView
H A DExpandableNotificationRow.java2342 - mNotificationParent.getClipBottomAmount());