Searched refs:getClipTopAmount (Results 1 – 6 of 6) sorted by relevance
286 public int getClipTopAmount() { in getClipTopAmount() method in ExpandableView351 outRect.top += getTranslationY() + getClipTopAmount(); in getDrawingRect()
361 mGuts.setClipTopAmount(getClipTopAmount()); in onFinishInflate()
163 float oldClipTopAmount = view.getClipTopAmount();
221 boolean topInsetChanging = viewState.clipTopAmount != child.getClipTopAmount(); in startStackAnimations()475 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue); in startInsetAnimation()500 child.setTag(TAG_START_TOP_INSET, child.getClipTopAmount()); in startInsetAnimation()
394 float top = childTop + slidingChild.getClipTopAmount();
680 float top = childTop + slidingChild.getClipTopAmount(); in getClosestChildAtRawPosition()708 float top = childTop + slidingChild.getClipTopAmount(); in getChildAtPosition()2645 child.setMinClipTopAmount(child.getClipTopAmount()); in handleDismissAllClipping()