Home
last modified time | relevance | path

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

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