Home
last modified time | relevance | path

Searched refs:getMaxContentHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java165 if (expandable && (rubberband + child.getMinHeight()) > child.getMaxContentHeight()) { in handleExpansion()
166 float overshoot = (rubberband + child.getMinHeight()) - child.getMaxContentHeight(); in handleExpansion()
DExpandableView.java217 public int getMaxContentHeight() { in getMaxContentHeight() method in ExpandableView
DExpandableNotificationRow.java877 public int getMaxContentHeight() { in getMaxContentHeight() method in ExpandableNotificationRow
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java146 return Math.min(maximum, mView.getMaxContentHeight()); in getNaturalHeight()
383 - underFocus.getBottomDecorHeight() == underFocus.getMaxContentHeight(); in isFullyExpanded()