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.kt890 state.updateValuesBeforeInterruption(previousState) in reconcileStates()
912 toContentState.updateValuesBeforeInterruption(fromContentState) in reconcileStates()
921 fromContentState.updateValuesBeforeInterruption(toContentState) in reconcileStates()
945 private fun Element.State.updateValuesBeforeInterruption(lastState: Element.State) { in updateValuesBeforeInterruption() method