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/notification/row/
DExpandableView.java125 int ownMaxHeight = Integer.MAX_VALUE; in onMeasure() local
129 ownMaxHeight = Math.min(givenHeight, ownMaxHeight); in onMeasure()
134 int atMostOwnMaxHeightSpec = MeasureSpec.makeMeasureSpec(ownMaxHeight, MeasureSpec.AT_MOST); in onMeasure()
147 Math.min(layoutParams.height, ownMaxHeight), in onMeasure()
163 : Math.min(ownMaxHeight, maxChildHeight); in onMeasure()