Home
last modified time | relevance | path

Searched refs:SceneTransitionLayoutScope (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayout.kt71 builder: SceneTransitionLayoutScope<ContentScope>.() -> Unit, in SceneTransitionLayout()
85 interface SceneTransitionLayoutScope<out CS : ContentScope> { interface
367 builder: SceneTransitionLayoutScope<ContentScope>.() -> Unit, in element()
378 builder: SceneTransitionLayoutScope<InternalContentScope>.() -> Unit, in NestedSceneTransitionLayoutForTesting()
756 builder: SceneTransitionLayoutScope<InternalContentScope>.() -> Unit,
DSceneTransitionLayoutImpl.kt87 builder: SceneTransitionLayoutScope<InternalContentScope>.() -> Unit, in <lambda>()
297 builder: SceneTransitionLayoutScope<InternalContentScope>.() -> Unit, in <lambda>()
313 object : SceneTransitionLayoutScope<InternalContentScope> { in <lambda>()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/content/
DContent.kt62 import com.android.compose.animation.scene.SceneTransitionLayoutScope
352 builder: SceneTransitionLayoutScope<ContentScope>.() -> Unit, in <lambda>()
362 builder: SceneTransitionLayoutScope<InternalContentScope>.() -> Unit, in <lambda>()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt98 private val scenesBuilder: SceneTransitionLayoutScope<ContentScope>.() -> Unit = { in <lambda>()