Searched refs:getClipTopAmount (Results 1 – 5 of 5) sorted by relevance
233 public int getClipTopAmount() { in getClipTopAmount() method in ExpandableView298 outRect.top += getTranslationY() + getClipTopAmount(); in getDrawingRect()
188 mGuts.setClipTopAmount(getClipTopAmount()); in onFinishInflate()
167 float oldClipTopAmount = child.getClipTopAmount(); in apply()
166 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()
611 float top = childTop + slidingChild.getClipTopAmount(); in getClosestChildAtRawPosition()639 float top = childTop + slidingChild.getClipTopAmount(); in getChildAtPosition()