Searched refs:getClipTopAmount (Results 1 – 8 of 8) sorted by relevance
160 float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView()191 if (this.clipTopAmount != expandableView.getClipTopAmount()) { in animateTo()333 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue); in startInsetAnimation()363 child.setTag(TAG_START_TOP_INSET, child.getClipTopAmount()); in startInsetAnimation()
167 || viewState.clipTopAmount != child.getClipTopAmount())) { in initAnimationProperties()
677 final int top = yPosition + child.getClipTopAmount();843 float top = childTop + slidingChild.getClipTopAmount();
1597 float top = childTop + slidingChild.getClipTopAmount();4491 child.setMinClipTopAmount(child.getClipTopAmount()); in handleDismissAllClipping()
307 public int getClipTopAmount() { in getClipTopAmount() method in ExpandableView407 outRect.top += getTranslationY() + getClipTopAmount(); in getDrawingRect()418 outRect.top += getClipTopAmount(); in getBoundsOnScreen()431 int top = getClipTopAmount(); in updateClipping()
312 int previousAmount = getClipTopAmount(); in setClipTopAmount()
1722 mGuts.setClipTopAmount(getClipTopAmount());3289 return getClipTopAmount() > 0 || getTranslationY() < 0;3318 clipTopAmount = row.getClipTopAmount();
439 if (getClipTopAmount() != 0) {441 maxTop = Math.max(maxTop, getTranslationY() + getClipTopAmount());