Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNeverExactlyLinearLayout.kt35 val (heightExactly, usedHeightSpec, height) = getNonExactlyMeasureSpec(heightMeasureSpec) in onMeasure() constant
38 if (widthExactly || heightExactly) { in onMeasure()
40 val newHeight = if (heightExactly) height else measuredHeight in onMeasure()