Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt413 val exactHeight = state.height in measureAndLayoutComposeViewInOverlay() constant
416 View.MeasureSpec.makeSafeMeasureSpec(exactHeight, View.MeasureSpec.EXACTLY), in measureAndLayoutComposeViewInOverlay()