Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java265 public int getClipTopAmount() { in getClipTopAmount() method in ExpandableView
365 outRect.top += getTranslationY() + getClipTopAmount(); in getDrawingRect()
376 outRect.top += getClipTopAmount(); in getBoundsOnScreen()
389 int top = getClipTopAmount(); in updateClipping()
DExpandableOutlineView.java354 int previousAmount = getClipTopAmount(); in setClipTopAmount()
DExpandableNotificationRow.java1772 mGuts.setClipTopAmount(getClipTopAmount());
3121 return getClipTopAmount() > 0 || getTranslationY() < 0;
3157 clipTopAmount = row.getClipTopAmount();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java160 float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView()
191 if (this.clipTopAmount != expandableView.getClipTopAmount()) { in animateTo()
332 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue); in startInsetAnimation()
361 child.setTag(TAG_START_TOP_INSET, child.getClipTopAmount()); in startInsetAnimation()
DStackStateAnimator.java178 || viewState.clipTopAmount != child.getClipTopAmount())) { in initAnimationProperties()
DNotificationChildrenContainer.java640 final int top = yPosition + child.getClipTopAmount();
806 float top = childTop + slidingChild.getClipTopAmount();
DNotificationStackScrollLayout.java1573 float top = childTop + slidingChild.getClipTopAmount();
1612 float top = childTop + slidingChild.getClipTopAmount();
4908 child.setMinClipTopAmount(child.getClipTopAmount());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java170 mParams.startClipTopAmount = mSourceNotification.getClipTopAmount(); in onAnimationStart()
173 .getNotificationParent().getClipTopAmount(); in onAnimationStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java431 if (getClipTopAmount() != 0) {
433 maxTop = Math.max(maxTop, getTranslationY() + getClipTopAmount());