Package com. google. accompanist. insets
Types
ExperimentalAnimatedInsets
Link copied to clipboard
HorizontalSide
Link copied to clipboard
ImeNestedScrollConnection
Link copied to clipboard
class ImeNestedScrollConnection(view: View, scrollImeOffScreenWhenVisible: Boolean, scrollImeOnScreenWhenNotVisible: Boolean) : NestedScrollConnection
Content copied to clipboard
A NestedScrollConnection which scrolls the Android on-screen keyboard on/off screen as appropriate, when the user scrolls content.
VerticalSide
Link copied to clipboard
ViewWindowInsetObserver
Link copied to clipboard
This class sets up the necessary listeners on the given view to be able to observe WindowInsetsCompat instances dispatched by the system.
WindowInsets
Link copied to clipboard
Functions
imePadding
Link copied to clipboard
Apply additional space which matches the height of the WindowInsets.ime (on-screen keyboard) height along the bottom edge of the content.
navigationBarsHeight
Link copied to clipboard
navigationBarsPadding
Link copied to clipboard
navigationBarsWidth
Link copied to clipboard
fun Modifier.navigationBarsWidth(side: HorizontalSide, additional: Dp = 0.dp): Modifier
Content copied to clipboard
navigationBarsWithImePadding
Link copied to clipboard
Apply additional space which matches the height of the WindowInsets.ime (on-screen keyboard) height and WindowInsets.navigationBars.
ProvideWindowInsets
Link copied to clipboard
@Composable()
Content copied to clipboard
Applies any WindowInsetsCompat values to LocalWindowInsets, which are then available within content.
@Composable()
Content copied to clipboard
Applies any WindowInsetsCompat values to LocalWindowInsets, which are then available within content.
rememberImeNestedScrollConnection
Link copied to clipboard
@Composable()
Content copied to clipboard
Remembers a NestedScrollConnection which scrolls the Android on-screen keyboard on/off screen as appropriate.
statusBarsHeight
Link copied to clipboard
statusBarsPadding
Link copied to clipboard
systemBarsPadding
Link copied to clipboard
toPaddingValues
Link copied to clipboard
@Composable()
Content copied to clipboard
Returns the current insets converted into a PaddingValues.
@Composable()
Content copied to clipboard
Returns the current insets converted into a PaddingValues.
Properties
LocalWindowInsets
Link copied to clipboard