Searched refs:getCollapsedHeight (Results 1 – 9 of 9) sorted by relevance
184 && (rubberband + child.getCollapsedHeight()) > child.getMaxContentHeight()) { in handleExpansion()186 (rubberband + child.getCollapsedHeight()) - child.getMaxContentHeight(); in handleExpansion()190 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband)); in handleExpansion()194 if (child.getActualHeight() == child.getCollapsedHeight()) { in cancelExpansion()199 child.getActualHeight(), child.getCollapsedHeight()); in cancelExpansion()
507 clipBottomAmount = Math.min(row.getIntrinsicHeight() - row.getCollapsedHeight(),
578 - childState.yTranslation), row.getCollapsedHeight());589 float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight();
1035 int minExpandHeight = getCollapsedHeight();1065 public int getCollapsedHeight() {
648 return firstChild.getCollapsedHeight(); in getWakeUpHeight()2862 final int firstChildMinHeight = firstChild != null ? firstChild.getCollapsedHeight()
201 public int getCollapsedHeight() { in getCollapsedHeight() method in ExpandableView
996 return Math.max(getCollapsedHeight(), getHeadsUpHeight());2331 return Math.max(getCollapsedHeight(), getHeadsUpHeight());2336 return getCollapsedHeight();2766 public int getCollapsedHeight() {2768 return mChildrenContainer.getCollapsedHeight();2776 return getCollapsedHeight();
1008 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()
530 mSmallSize = v.getCollapsedHeight(); in startExpanding()