Searched refs:getCollapsedHeight (Results 1 – 9 of 9) sorted by relevance
180 && (rubberband + child.getCollapsedHeight()) > child.getMaxContentHeight()) { in handleExpansion()182 (rubberband + child.getCollapsedHeight()) - child.getMaxContentHeight(); in handleExpansion()186 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband)); in handleExpansion()190 if (child.getActualHeight() == child.getCollapsedHeight()) { in cancelExpansion()195 child.getActualHeight(), child.getCollapsedHeight()); in cancelExpansion()
521 clipBottomAmount = Math.min(row.getIntrinsicHeight() - row.getCollapsedHeight(),
580 - childState.yTranslation), row.getCollapsedHeight());591 float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight();
1034 int minExpandHeight = getCollapsedHeight();1064 public int getCollapsedHeight() {
638 return firstChild.getCollapsedHeight(); in getPulseHeight()2818 final int firstChildMinHeight = firstChild != null ? firstChild.getCollapsedHeight()
202 public int getCollapsedHeight() { in getCollapsedHeight() method in ExpandableView
1013 return Math.max(getCollapsedHeight(), getHeadsUpHeight());2356 return Math.max(getCollapsedHeight(), getHeadsUpHeight());2361 return getCollapsedHeight();2789 public int getCollapsedHeight() {2791 return mChildrenContainer.getCollapsedHeight();
1084 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()
530 mSmallSize = v.getCollapsedHeight(); in startExpanding()