Searched defs:getMaxAllowedChildHeight (Results 1 - 1 of 1) sorted by relevance

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

Completed in 38 milliseconds