Home
last modified time | relevance | path

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

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