Searched refs:getCollapsedHeight (Results 1 – 9 of 9) sorted by relevance
178 && (rubberband + child.getCollapsedHeight()) > child.getMaxContentHeight()) { in handleExpansion()180 (rubberband + child.getCollapsedHeight()) - child.getMaxContentHeight(); in handleExpansion()184 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband)); in handleExpansion()188 if (child.getActualHeight() == child.getCollapsedHeight()) { in cancelExpansion()193 child.getActualHeight(), child.getCollapsedHeight()); in cancelExpansion()
192 public int getCollapsedHeight() { in getCollapsedHeight() method in ExpandableView
867 return Math.max(getCollapsedHeight(), getHeadsUpHeight());2136 return Math.max(getCollapsedHeight(), getHeadsUpHeight());2141 return getCollapsedHeight();2523 public int getCollapsedHeight() {2525 return mChildrenContainer.getCollapsedHeight();
447 clipBottomAmount = Math.min(row.getIntrinsicHeight() - row.getCollapsedHeight(),
1059 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()
488 - childState.yTranslation), row.getCollapsedHeight());499 float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight();
1095 int minExpandHeight = getCollapsedHeight();1127 public int getCollapsedHeight() {
2628 final int firstChildMinHeight = firstChild != null ? firstChild.getCollapsedHeight()
530 mSmallSize = v.getCollapsedHeight(); in startExpanding()