Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java233 public int getClipTopAmount() { in getClipTopAmount() method in ExpandableView
298 outRect.top += getTranslationY() + getClipTopAmount(); in getDrawingRect()
DExpandableNotificationRow.java188 mGuts.setClipTopAmount(getClipTopAmount()); in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java167 float oldClipTopAmount = child.getClipTopAmount(); in apply()
DStackStateAnimator.java166 boolean topInsetChanging = viewState.clipTopAmount != child.getClipTopAmount(); in startAnimations()
425 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue); in startInsetAnimation()
450 child.setTag(TAG_START_TOP_INSET, child.getClipTopAmount()); in startInsetAnimation()
DNotificationStackScrollLayout.java611 float top = childTop + slidingChild.getClipTopAmount(); in getClosestChildAtRawPosition()
639 float top = childTop + slidingChild.getClipTopAmount(); in getChildAtPosition()