Searched defs:asState (Results 1 – 10 of 10) sorted by relevance
38 fun asState() = in asState() method
46 fun asState() = in asState() method
76 fun asState() = in asState() method
37 @Composable fun asState() = preferenceAsState(Key) { getBoolean(Key, DefaultValue) } in <lambda>() method
49 @Composable fun asState() = preferenceAsState(Key) { getBoolean(Key, DefaultValue) } in <lambda>() method
124 private inline fun <T, S> S.asState( in asState() method
127 private inline fun <T, S> S.asState( in asState() method
391 fun asState(): State<Dp> = animatable.asState() method in androidx.compose.material.FloatingActionButtonElevationAnimatable
411 public fun asState(): State<T> = internalState in asState() method
1426 fun asState(): State<Dp> = animatable.asState() method in FloatingActionButtonElevationAnimatable