Searched refs:valueBeforeInterruption (Results 1 – 2 of 2) sorted by relevance
332 var valueBeforeInterruption: T = type.unspecifiedValue in valueReadTooEarlyMessage() variable in com.android.compose.animation.scene.SharedValue420 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()
610 val valueBeforeInterruption = getValueBeforeInterruption() in computeInterruptedValue() constant614 if (valueBeforeInterruption != unspecifiedValue) { in computeInterruptedValue()617 setInterruptionDelta(diff(valueBeforeInterruption, value)) in computeInterruptedValue()