Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt515 fun cleanInterruptionValues(sceneState: Element.SceneState) { in prepareInterruption() method
528 previousFromState?.let { cleanInterruptionValues(it) } in prepareInterruption()
529 previousToState?.let { cleanInterruptionValues(it) } in prepareInterruption()
530 fromState?.let { cleanInterruptionValues(it) } in prepareInterruption()
531 toState?.let { cleanInterruptionValues(it) } in prepareInterruption()