Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java160 float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView()
191 if (this.clipTopAmount != expandableView.getClipTopAmount()) { in animateTo()
333 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue); in startInsetAnimation()
363 child.setTag(TAG_START_TOP_INSET, child.getClipTopAmount()); in startInsetAnimation()
H A DStackStateAnimator.java167 || viewState.clipTopAmount != child.getClipTopAmount())) { in initAnimationProperties()
H A DNotificationChildrenContainer.java677 final int top = yPosition + child.getClipTopAmount();
843 float top = childTop + slidingChild.getClipTopAmount();
H A DNotificationStackScrollLayout.java1597 float top = childTop + slidingChild.getClipTopAmount();
4491 child.setMinClipTopAmount(child.getClipTopAmount()); in handleDismissAllClipping()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java307 public int getClipTopAmount() { in getClipTopAmount() method in ExpandableView
407 outRect.top += getTranslationY() + getClipTopAmount(); in getDrawingRect()
418 outRect.top += getClipTopAmount(); in getBoundsOnScreen()
431 int top = getClipTopAmount(); in updateClipping()
H A DExpandableOutlineView.java312 int previousAmount = getClipTopAmount(); in setClipTopAmount()
H A DExpandableNotificationRow.java1722 mGuts.setClipTopAmount(getClipTopAmount());
3289 return getClipTopAmount() > 0 || getTranslationY() < 0;
3318 clipTopAmount = row.getClipTopAmount();
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java439 if (getClipTopAmount() != 0) {
441 maxTop = Math.max(maxTop, getTranslationY() + getClipTopAmount());