Searched refs:getClipTopAmount (Results 1 – 9 of 9) sorted by relevance
165 float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView()196 if (this.clipTopAmount != expandableView.getClipTopAmount()) { in animateTo()340 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue); in startInsetAnimation()369 child.setTag(TAG_START_TOP_INSET, child.getClipTopAmount()); in startInsetAnimation()
177 || viewState.clipTopAmount != child.getClipTopAmount() in initAnimationProperties()
641 final int top = yPosition + child.getClipTopAmount();805 float top = childTop + slidingChild.getClipTopAmount();
1530 float top = childTop + slidingChild.getClipTopAmount();1569 float top = childTop + slidingChild.getClipTopAmount();4912 child.setMinClipTopAmount(child.getClipTopAmount());
281 public int getClipTopAmount() { in getClipTopAmount() method in ExpandableView381 outRect.top += getTranslationY() + getClipTopAmount(); in getDrawingRect()392 outRect.top += getClipTopAmount(); in getBoundsOnScreen()405 int top = getClipTopAmount(); in updateClipping()
354 int previousAmount = getClipTopAmount(); in setClipTopAmount()
1779 mGuts.setClipTopAmount(getClipTopAmount());3144 return getClipTopAmount() > 0 || getTranslationY() < 0;3180 clipTopAmount = row.getClipTopAmount();
170 mParams.startClipTopAmount = mSourceNotification.getClipTopAmount(); in onAnimationStart()173 .getNotificationParent().getClipTopAmount(); in onAnimationStart()
449 if (getClipTopAmount() != 0) {451 maxTop = Math.max(maxTop, getTranslationY() + getClipTopAmount());