Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt553 toSceneState.updateValuesBeforeInterruption(fromSceneState) in reconcileStates()
559 fromSceneState.updateValuesBeforeInterruption(toSceneState) in reconcileStates()
570 private fun Element.SceneState.updateValuesBeforeInterruption(lastState: Element.SceneState) { in updateValuesBeforeInterruption() method