Methods
| Method |
Description |
|
com.google.android.horologist.compose.focus.FocusControl(Function0,Function0)
|
Coordinates focus for any composables in content and determines which composable will get focus. |
|
com.google.android.horologist.compose.focus.OnFocusChange(Function2)
|
Use as part of a focus-requiring component to register a callback to be notified when the focus state changes. |
|
com.google.android.horologist.compose.focus.RequestFocusWhenActive(FocusRequester)
|
Use as part of a focus-requiring component to register a callback to automatically request focus when this component is active. |
|
com.google.android.horologist.compose.focus.rememberActiveFocusRequester()
|
Creates, remembers and returns a new FocusRequester, that will have . |
|
com.google.android.horologist.compose.layout.rememberStateWithLifecycle(StateFlow,Lifecycle,Lifecycle.State)
|
|
|
com.google.android.horologist.compose.layout.fadeAway(Modifier,Function0)
|
Scroll Away the item based on a regular scrolling item, like a Column. |
|
com.google.android.horologist.compose.layout.fadeAwayLazyList(Modifier,Function0)
|
Scroll Away the item based on a lazy list, like a LazyColumn. |
|
com.google.android.horologist.compose.layout.fadeAwayScalingLazyList(Modifier,Integer,Integer,Function0)
|
Scroll Away the item based on a ScalingLazyColumn. |
|
com.google.android.horologist.compose.layout.scrollAway(Modifier,ScrollState,Dp)
|
Scroll an item vertically in/out of view based on a ScrollState. |
|
com.google.android.horologist.compose.layout.scrollAway(Modifier,LazyListState,Integer,Dp)
|
Scroll an item vertically in/out of view based on a LazyListState. |
|
com.google.android.horologist.compose.layout.scrollAway(Modifier,ScalingLazyListState,Integer,Dp)
|
Scroll an item vertically in/out of view based on a ScalingLazyListState. |