Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt96 var sizeBeforeInterruption = SizeUnspecified in <lambda>() variable
565 sizeBeforeInterruption = lastSize in Element()
572 sizeBeforeInterruption = lastState.sizeBeforeInterruption in updateValuesBeforeInterruption()
890 sceneState.sizeBeforeInterruption = Element.SizeUnspecified in measure()
902 getValueBeforeInterruption = { sceneState.sizeBeforeInterruption }, in measure()
903 setValueBeforeInterruption = { sceneState.sizeBeforeInterruption = it }, in measure()