Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt95 var offsetBeforeInterruption = Offset.Unspecified in <lambda>() variable in com.android.compose.animation.scene.Element.SceneState
347 getValueBeforeInterruption = { sceneState.offsetBeforeInterruption }, in Placeable()
348 setValueBeforeInterruption = { sceneState.offsetBeforeInterruption = it }, in Placeable()
522 sceneState.offsetBeforeInterruption = Offset.Unspecified in prepareInterruption()
549 fromSceneState.offsetBeforeInterruption != Offset.Unspecified && in reconcileStates()
550 toSceneState.offsetBeforeInterruption == Offset.Unspecified in reconcileStates()
555 toSceneState.offsetBeforeInterruption != Offset.Unspecified && in reconcileStates()
556 fromSceneState.offsetBeforeInterruption == Offset.Unspecified in reconcileStates()
564 offsetBeforeInterruption = lastOffset in Element()
571 offsetBeforeInterruption = lastState.offsetBeforeInterruption in updateValuesBeforeInterruption()
[all …]