Home
last modified time | relevance | path

Searched refs:getClipTopAmount (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java166 final float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView()
201 if (this.clipTopAmount != expandableView.getClipTopAmount()) { in animateTo()
358 clipTop ? child.getClipTopAmount() : child.getClipBottomAmount(), newEndValue); in startClipAnimation()
390 clipTop ? child.getClipTopAmount() : child.getClipBottomAmount()); in startClipAnimation()
DNotificationChildrenContainer.java887 final int top = yPosition + child.getClipTopAmount();
1110 float top = childTop + Math.max(0, slidingChild.getClipTopAmount());
DStackStateAnimator.java199 || viewState.clipTopAmount != child.getClipTopAmount())) { in initAnimationProperties()
DNotificationStackScrollLayout.java1857 float top = childTop + Math.max(0, slidingChild.getClipTopAmount());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java334 public int getClipTopAmount() { in getClipTopAmount() method in ExpandableView
445 outRect.top += getTranslationY() + getClipTopAmount(); in getDrawingRect()
456 outRect.top += Math.max(0, getClipTopAmount()); in getBoundsOnScreen()
469 int top = getClipTopAmount(); in updateClipping()
DExpandableOutlineView.java261 int previousAmount = getClipTopAmount(); in setClipTopAmount()
DExpandableNotificationRow.java2069 mGuts.setClipTopAmount(getClipTopAmount());
3660 return getClipTopAmount() > 0 || getTranslationY() < 0;
3688 clipTopAmount = row.getClipTopAmount();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java613 if (getClipTopAmount() != 0) {
615 maxTop = Math.max(maxTop, getTranslationY() + getClipTopAmount());