Searched refs:getClipTopAmount (Results 1 – 9 of 9) sorted by relevance
271 public int getClipTopAmount() { in getClipTopAmount() method in ExpandableView368 outRect.top += getTranslationY() + getClipTopAmount(); in getDrawingRect()379 outRect.top += getClipTopAmount(); in getBoundsOnScreen()392 int top = getClipTopAmount(); in updateClipping()
370 int previousAmount = getClipTopAmount(); in setClipTopAmount()
1565 mGuts.setClipTopAmount(getClipTopAmount());2904 clipTopAmount = row.getClipTopAmount();
178 float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView()216 if (this.clipTopAmount != expandableView.getClipTopAmount()) { in animateTo()423 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue); in startInsetAnimation()452 child.setTag(TAG_START_TOP_INSET, child.getClipTopAmount()); in startInsetAnimation()
689 final int top = yPosition + child.getClipTopAmount();852 float top = childTop + slidingChild.getClipTopAmount();
171 || viewState.clipTopAmount != child.getClipTopAmount() in initAnimationProperties()
1245 float top = childTop + slidingChild.getClipTopAmount();1289 float top = childTop + slidingChild.getClipTopAmount();4134 child.setMinClipTopAmount(child.getClipTopAmount());
146 mParams.startClipTopAmount = mSourceNotification.getClipTopAmount(); in onAnimationStart()149 .getNotificationParent().getClipTopAmount(); in onAnimationStart()
602 || notificationGroup.summary.row.getClipTopAmount() > 0 in isGroupNotFullyVisible()