Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java360 int childHeight = getMaxAllowedChildHeight(child); in updatePositionsForState()
479 private int getMaxAllowedChildHeight(View child) { in getMaxAllowedChildHeight() method in StackScrollAlgorithm
609 int childHeight = getMaxAllowedChildHeight(child); in findNumberOfItemsInTopStackAndUpdateState()
778 mFirstChildMaxHeight = getMaxAllowedChildHeight(
787 mFirstChildMaxHeight = getMaxAllowedChildHeight(mFirstChildWhileExpanding);