Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java134 int atMostOwnMaxHeightSpec = MeasureSpec.makeMeasureSpec(ownMaxHeight, MeasureSpec.AT_MOST); in onMeasure() local
141 int childHeightSpec = atMostOwnMaxHeightSpec; in onMeasure()