Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java71 final int givenSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
75 if (heightMode != MeasureSpec.UNSPECIFIED && givenSize != 0) { in onMeasure()
76 ownMaxHeight = Math.min(givenSize, ownMaxHeight); in onMeasure()
105 ? givenSize : Math.min(ownMaxHeight, maxChildHeight); in onMeasure()