Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayout.kt169 interface BaseSceneScope : ElementStateScope { interface
285 interface SceneScope : BaseSceneScope { in noResizeDuringTransitions()
395 @Stable @ElementDsl interface MovableElementContentScope : BaseSceneScope, ElementBoxScope in align()
DMovableElement.kt115 private val sceneScope: BaseSceneScope,
119 object : MovableElementContentScope, BaseSceneScope by sceneScope, BoxScope by boxScope {}