Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt97 var scaleBeforeInterruption = Scale.Unspecified in <lambda>() variable in com.android.compose.animation.scene.Element.SceneState
524 sceneState.scaleBeforeInterruption = Scale.Unspecified in prepareInterruption()
566 scaleBeforeInterruption = lastScale in Element()
573 scaleBeforeInterruption = lastState.scaleBeforeInterruption in updateValuesBeforeInterruption()
588 scaleBeforeInterruption = Scale.Unspecified in clearValuesBeforeInterruption()
955 getValueBeforeInterruption = { sceneState.scaleBeforeInterruption }, in size()
956 setValueBeforeInterruption = { sceneState.scaleBeforeInterruption = it }, in size()