Searched refs:lsToShadeRequiresFullSwipe (Results 1 – 2 of 2) sorted by relevance
66 val lsToShadeRequiresFullSwipe: ToggleableState = ToggleableState.Indeterminate, constant in com.android.compose.animation.scene.demo.DemoConfiguration83 val lsToShadeRequiresFullSwipe = "lsToShadeRequiresFullSwipe" in <lambda>() constant101 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()
559 when (configuration.lsToShadeRequiresFullSwipe) { in SystemUi()