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.java70 final int givenSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
74 if (heightMode != MeasureSpec.UNSPECIFIED && givenSize != 0) { in onMeasure()
75 ownMaxHeight = Math.min(givenSize, ownMaxHeight); in onMeasure()
104 ? givenSize : Math.min(ownMaxHeight, maxChildHeight); in onMeasure()