Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt98 var alphaBeforeInterruption = AlphaUnspecified in <lambda>() variable in com.android.compose.animation.scene.Element.SceneState
523 sceneState.alphaBeforeInterruption = Element.AlphaUnspecified in prepareInterruption()
567 alphaBeforeInterruption = lastAlpha in Element()
574 alphaBeforeInterruption = lastState.alphaBeforeInterruption in updateValuesBeforeInterruption()
589 alphaBeforeInterruption = Element.AlphaUnspecified in clearValuesBeforeInterruption()
823 element.sceneStates.forEach { it.value.alphaBeforeInterruption = 0f } in elementAlpha()
844 getValueBeforeInterruption = { sceneState.alphaBeforeInterruption }, in interruptedAlpha()
845 setValueBeforeInterruption = { sceneState.alphaBeforeInterruption = it }, in interruptedAlpha()