Searched refs:SceneScope (Results 1 – 14 of 14) sorted by relevance
21 import com.android.compose.animation.scene.SceneScope26 @Composable fun SceneScope.Content(modifier: Modifier)
26 import com.android.compose.animation.scene.SceneScope54 override fun SceneScope.Content(
38 fun SceneScope.animateSharedIntAsState( regex53 fun SceneScope.animateSharedFloatAsState( regex68 fun SceneScope.animateSharedDpAsState( regex83 fun SceneScope.animateSharedColorAsState( regex
84 content: @Composable SceneScope.() -> Unit,88 interface SceneScope { regex
35 content: @Composable SceneScope.() -> Unit,59 ) : SceneScope {
85 content: @Composable SceneScope.() -> Unit,
27 import com.android.compose.animation.scene.SceneScope59 override fun SceneScope.Content(70 private fun SceneScope.QuickSettingsScene( regex
35 import com.android.compose.animation.scene.SceneScope93 override fun SceneScope.Content(108 private fun SceneScope.ShadeScene( regex
35 import com.android.compose.animation.scene.SceneScope44 fun SceneScope.Notifications( regex
35 import com.android.compose.animation.scene.SceneScope47 fun SceneScope.QuickSettings( regex
26 import com.android.compose.animation.scene.SceneScope66 override fun SceneScope.Content(
50 import com.android.compose.animation.scene.SceneScope93 override fun SceneScope.Content(99 private fun SceneScope.BouncerScene( regex
72 fromSceneContent: @Composable SceneScope.() -> Unit,73 toSceneContent: @Composable SceneScope.() -> Unit,
114 private fun SceneScope.SharedFoo(size: Dp, childOffset: Dp, modifier: Modifier = Modifier) { regex