Searched refs:cleanInterruptionValues (Results 1 – 1 of 1) sorted by relevance
515 fun cleanInterruptionValues(sceneState: Element.SceneState) { in prepareInterruption() method528 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()