Home
last modified time | relevance | path

Searched refs:SceneScope (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
H A DComposableScene.kt21 import com.android.compose.animation.scene.SceneScope
26 @Composable fun SceneScope.Content(modifier: Modifier)
H A DGoneScene.kt26 import com.android.compose.animation.scene.SceneScope
54 override fun SceneScope.Content(
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DAnimateSharedAsState.kt38 fun SceneScope.animateSharedIntAsState( regex
53 fun SceneScope.animateSharedFloatAsState( regex
68 fun SceneScope.animateSharedDpAsState( regex
83 fun SceneScope.animateSharedColorAsState( regex
H A DSceneTransitionLayout.kt84 content: @Composable SceneScope.() -> Unit,
88 interface SceneScope { regex
H A DScene.kt35 content: @Composable SceneScope.() -> Unit,
59 ) : SceneScope {
H A DSceneTransitionLayoutImpl.kt85 content: @Composable SceneScope.() -> Unit,
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/
H A DQuickSettingsScene.kt27 import com.android.compose.animation.scene.SceneScope
59 override fun SceneScope.Content(
70 private fun SceneScope.QuickSettingsScene( regex
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
H A DShadeScene.kt35 import com.android.compose.animation.scene.SceneScope
93 override fun SceneScope.Content(
108 private fun SceneScope.ShadeScene( regex
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
H A DNotifications.kt35 import com.android.compose.animation.scene.SceneScope
44 fun SceneScope.Notifications( regex
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
H A DQuickSettings.kt35 import com.android.compose.animation.scene.SceneScope
47 fun SceneScope.QuickSettings( regex
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
H A DLockscreenScene.kt26 import com.android.compose.animation.scene.SceneScope
66 override fun SceneScope.Content(
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DBouncerScene.kt50 import com.android.compose.animation.scene.SceneScope
93 override fun SceneScope.Content(
99 private fun SceneScope.BouncerScene( regex
/aosp14/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/animation/scene/
H A DTestTransition.kt72 fromSceneContent: @Composable SceneScope.() -> Unit,
73 toSceneContent: @Composable SceneScope.() -> Unit,
H A DSceneTransitionLayoutTest.kt114 private fun SceneScope.SharedFoo(size: Dp, childOffset: Dp, modifier: Modifier = Modifier) { regex