Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DMovableElement.kt222 val otherScene = if (transition.fromScene == scene) transition.toScene else transition.fromScene in placeholderContentSize() constant
223 val targetValueInOtherScene = element.sceneStates[otherScene]?.targetSize in placeholderContentSize()
DElement.kt659 val otherScene = in setPlacementInterruptionDelta() constant
661 val otherSceneState = element.sceneStates[otherScene] ?: return in setPlacementInterruptionDelta()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/ui/viewmodel/
DSceneContainerViewModelTest.kt234 .forEach { otherScene -> in <lambda>() method
235 assertThat(otherScene.isDestinationScenesBeingCollected).isFalse() in <lambda>()