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/
DExpandableView.java271 public int getClipTopAmount() { in getClipTopAmount() method in ExpandableView
368 outRect.top += getTranslationY() + getClipTopAmount(); in getDrawingRect()
379 outRect.top += getClipTopAmount(); in getBoundsOnScreen()
392 int top = getClipTopAmount(); in updateClipping()
DExpandableOutlineView.java370 int previousAmount = getClipTopAmount(); in setClipTopAmount()
DExpandableNotificationRow.java1565 mGuts.setClipTopAmount(getClipTopAmount());
2904 clipTopAmount = row.getClipTopAmount();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DExpandableViewState.java178 float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView()
216 if (this.clipTopAmount != expandableView.getClipTopAmount()) { in animateTo()
423 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue); in startInsetAnimation()
452 child.setTag(TAG_START_TOP_INSET, child.getClipTopAmount()); in startInsetAnimation()
DNotificationChildrenContainer.java689 final int top = yPosition + child.getClipTopAmount();
852 float top = childTop + slidingChild.getClipTopAmount();
DStackStateAnimator.java171 || viewState.clipTopAmount != child.getClipTopAmount() in initAnimationProperties()
DNotificationStackScrollLayout.java1245 float top = childTop + slidingChild.getClipTopAmount();
1289 float top = childTop + slidingChild.getClipTopAmount();
4134 child.setMinClipTopAmount(child.getClipTopAmount());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java146 mParams.startClipTopAmount = mSourceNotification.getClipTopAmount(); in onAnimationStart()
149 .getNotificationParent().getClipTopAmount(); in onAnimationStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java602 || notificationGroup.summary.row.getClipTopAmount() > 0 in isGroupNotFullyVisible()