Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java62 int maxChildHeight = 0; in onMeasure() local
79 maxChildHeight = Math.max(maxChildHeight, childHeight); in onMeasure()
84 int ownHeight = hasFixedHeight ? ownMaxHeight : maxChildHeight; in onMeasure()
/frameworks/base/core/java/android/widget/
DActionMenuView.java190 int maxChildHeight = 0; in onMeasureExactFormat() local
233 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight()); in onMeasureExactFormat()
370 heightSize = maxChildHeight; in onMeasureExactFormat()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionMenuView.java200 int maxChildHeight = 0; in onMeasureExactFormat() local
243 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight()); in onMeasureExactFormat()
380 heightSize = maxChildHeight; in onMeasureExactFormat()