Searched refs:otherScene (Results 1 – 3 of 3) sorted by relevance
222 val otherScene = if (transition.fromScene == scene) transition.toScene else transition.fromScene in placeholderContentSize() constant223 val targetValueInOtherScene = element.sceneStates[otherScene]?.targetSize in placeholderContentSize()
659 val otherScene = in setPlacementInterruptionDelta() constant661 val otherSceneState = element.sceneStates[otherScene] ?: return in setPlacementInterruptionDelta()
234 .forEach { otherScene -> in <lambda>() method235 assertThat(otherScene.isDestinationScenesBeingCollected).isFalse() in <lambda>()