Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateSharedAsState.kt332 var valueBeforeInterruption: T = type.unspecifiedValue in valueReadTooEarlyMessage() variable in com.android.compose.animation.scene.SharedValue
420 sharedValue.valueBeforeInterruption = sharedValue.lastValue in transition()
424 sharedValue.valueBeforeInterruption = sharedValue.type.unspecifiedValue in transition()
442 if (sharedValue.valueBeforeInterruption != type.unspecifiedValue) { in computeInterruptedValue()
444 type.diff(sharedValue.valueBeforeInterruption, value) in computeInterruptedValue()
445 sharedValue.valueBeforeInterruption = type.unspecifiedValue in computeInterruptedValue()
DElement.kt610 val valueBeforeInterruption = getValueBeforeInterruption() in computeInterruptedValue() constant
614 if (valueBeforeInterruption != unspecifiedValue) { in computeInterruptedValue()
617 setInterruptionDelta(diff(valueBeforeInterruption, value)) in computeInterruptedValue()