Home
last modified time | relevance | path

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

/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
DDemoConfiguration.kt66 val lsToShadeRequiresFullSwipe: ToggleableState = ToggleableState.Indeterminate, constant in com.android.compose.animation.scene.demo.DemoConfiguration
83 val lsToShadeRequiresFullSwipe = "lsToShadeRequiresFullSwipe" in <lambda>() constant
101 lsToShadeRequiresFullSwipe to it.lsToShadeRequiresFullSwipe, in <lambda>()
120 lsToShadeRequiresFullSwipe = in <lambda>()
121 it[lsToShadeRequiresFullSwipe] as ToggleableState, in <lambda>()
370 state = configuration.lsToShadeRequiresFullSwipe, in defaultSpatialSpec()
372 onConfigurationChange(configuration.copy(lsToShadeRequiresFullSwipe = it)) in defaultSpatialSpec()
DSystemUi.kt559 when (configuration.lsToShadeRequiresFullSwipe) { in SystemUi()