Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DIgnorableChildLinearLayout.kt54 val actualHeightSpec = if (forceUnspecifiedMeasure && orientation == VERTICAL) { in onMeasure() constant
58 super.onMeasure(actualWidthSpec, actualHeightSpec) in onMeasure()