Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt412 val exactWidth = state.width in measureAndLayoutComposeViewInOverlay() constant
415 View.MeasureSpec.makeSafeMeasureSpec(exactWidth, View.MeasureSpec.EXACTLY), in measureAndLayoutComposeViewInOverlay()