Searched refs:getClipTopAmount (Results 1 – 8 of 8) sorted by relevance
166 final float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView()201 if (this.clipTopAmount != expandableView.getClipTopAmount()) { in animateTo()358 clipTop ? child.getClipTopAmount() : child.getClipBottomAmount(), newEndValue); in startClipAnimation()390 clipTop ? child.getClipTopAmount() : child.getClipBottomAmount()); in startClipAnimation()
887 final int top = yPosition + child.getClipTopAmount();1110 float top = childTop + Math.max(0, slidingChild.getClipTopAmount());
199 || viewState.clipTopAmount != child.getClipTopAmount())) { in initAnimationProperties()
1857 float top = childTop + Math.max(0, slidingChild.getClipTopAmount());
334 public int getClipTopAmount() { in getClipTopAmount() method in ExpandableView445 outRect.top += getTranslationY() + getClipTopAmount(); in getDrawingRect()456 outRect.top += Math.max(0, getClipTopAmount()); in getBoundsOnScreen()469 int top = getClipTopAmount(); in updateClipping()
261 int previousAmount = getClipTopAmount(); in setClipTopAmount()
2069 mGuts.setClipTopAmount(getClipTopAmount());3660 return getClipTopAmount() > 0 || getTranslationY() < 0;3688 clipTopAmount = row.getClipTopAmount();
613 if (getClipTopAmount() != 0) {615 maxTop = Math.max(maxTop, getTranslationY() + getClipTopAmount());