Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DIgnorableChildLinearLayout.kt47 var forceUnspecifiedMeasure = false variable
50 val actualWidthSpec = if (forceUnspecifiedMeasure && orientation == HORIZONTAL) { in onMeasure()
54 val actualHeightSpec = if (forceUnspecifiedMeasure && orientation == VERTICAL) { in onMeasure()
DQSTileViewImpl.kt196 labelContainer.forceUnspecifiedMeasure = true in <lambda>()