Searched refs:getClipTopAmount (Results 1 – 9 of 9) sorted by relevance
265 public int getClipTopAmount() { in getClipTopAmount() method in ExpandableView365 outRect.top += getTranslationY() + getClipTopAmount(); in getDrawingRect()376 outRect.top += getClipTopAmount(); in getBoundsOnScreen()389 int top = getClipTopAmount(); in updateClipping()
354 int previousAmount = getClipTopAmount(); in setClipTopAmount()
1772 mGuts.setClipTopAmount(getClipTopAmount());3121 return getClipTopAmount() > 0 || getTranslationY() < 0;3157 clipTopAmount = row.getClipTopAmount();
160 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()
178 || viewState.clipTopAmount != child.getClipTopAmount())) { in initAnimationProperties()
640 final int top = yPosition + child.getClipTopAmount();806 float top = childTop + slidingChild.getClipTopAmount();
1573 float top = childTop + slidingChild.getClipTopAmount();1612 float top = childTop + slidingChild.getClipTopAmount();4908 child.setMinClipTopAmount(child.getClipTopAmount());
170 mParams.startClipTopAmount = mSourceNotification.getClipTopAmount(); in onAnimationStart()173 .getNotificationParent().getClipTopAmount(); in onAnimationStart()
431 if (getClipTopAmount() != 0) {433 maxTop = Math.max(maxTop, getTranslationY() + getClipTopAmount());