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.kt154 val measureHeightSpec = MeasureSpec.makeMeasureSpec(widgetState.measureHeight, in applyCurrentState() constant
156 child.measure(measureWidthSpec, measureHeightSpec) in applyCurrentState()
204 val measureHeightSpec = MeasureSpec.makeMeasureSpec(widgetState.measureHeight, in onMeasure() constant
206 child.measure(measureWidthSpec, measureHeightSpec) in onMeasure()