Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java53 int ownMaxHeight = mMaxNotificationHeight; in onMeasure() local
59 ownMaxHeight = Math.min(ownMaxHeight, size); in onMeasure()
61 int newHeightSpec = MeasureSpec.makeMeasureSpec(ownMaxHeight, MeasureSpec.AT_MOST); in onMeasure()
71 childHeightSpec = layoutParams.height > ownMaxHeight in onMeasure()
72 ? MeasureSpec.makeMeasureSpec(ownMaxHeight, MeasureSpec.EXACTLY) in onMeasure()
84 int ownHeight = hasFixedHeight ? ownMaxHeight : maxChildHeight; in onMeasure()