Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNeverExactlyLinearLayout.kt34 val (widthExactly, usedWidthSpec, width) = getNonExactlyMeasureSpec(widthMeasureSpec) in onMeasure() constant
38 if (widthExactly || heightExactly) { in onMeasure()
39 val newWidth = if (widthExactly) width else measuredWidth in onMeasure()