Home
last modified time | relevance | path

Searched defs:asState (Results 1 – 10 of 10) sorted by relevance

/compose/integration-tests/demos/src/main/java/androidx/compose/integration/demos/settings/
DDynamicThemeSetting.kt38 fun asState() = in asState() method
DLayoutDirectionSetting.kt46 fun asState() = in asState() method
DSoftInputModeSetting.kt76 fun asState() = in asState() method
DCursorBlinkSetting.kt37 @Composable fun asState() = preferenceAsState(Key) { getBoolean(Key, DefaultValue) } in <lambda>() method
DDecorFitsSystemWindowsSetting.kt49 @Composable fun asState() = preferenceAsState(Key) { getBoolean(Key, DefaultValue) } in <lambda>() method
/compose/runtime/runtime-rxjava2/src/main/java/androidx/compose/runtime/rxjava2/
DRxJava2Adapter.kt124 private inline fun <T, S> S.asState( in asState() method
/compose/runtime/runtime-rxjava3/src/main/java/androidx/compose/runtime/rxjava3/
DRxJava3Adapter.kt127 private inline fun <T, S> S.asState( in asState() method
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DFloatingActionButton.kt391 fun asState(): State<Dp> = animatable.asState() method in androidx.compose.material.FloatingActionButtonElevationAnimatable
/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DAnimatable.kt411 public fun asState(): State<T> = internalState in asState() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DFloatingActionButton.kt1426 fun asState(): State<Dp> = animatable.asState() method in FloatingActionButtonElevationAnimatable