Searched refs:getMaxContentHeight (Results 1 – 4 of 4) sorted by relevance
165 if (expandable && (rubberband + child.getMinHeight()) > child.getMaxContentHeight()) { in handleExpansion()166 float overshoot = (rubberband + child.getMinHeight()) - child.getMaxContentHeight(); in handleExpansion()
217 public int getMaxContentHeight() { in getMaxContentHeight() method in ExpandableView
877 public int getMaxContentHeight() { in getMaxContentHeight() method in ExpandableNotificationRow
146 return Math.min(maximum, mView.getMaxContentHeight()); in getNaturalHeight()383 - underFocus.getBottomDecorHeight() == underFocus.getMaxContentHeight(); in isFullyExpanded()