Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt126 val measureWidthSpec = MeasureSpec.makeMeasureSpec(widgetState.measureWidth, in applyCurrentState() constant
130 child.measure(measureWidthSpec, measureHeightSpec) in applyCurrentState()
172 val measureWidthSpec = MeasureSpec.makeMeasureSpec(widgetState.measureWidth, in onMeasure() constant
176 child.measure(measureWidthSpec, measureHeightSpec) in onMeasure()