-
LocalAmbientModeManager
A androidx.compose.runtime.CompositionLocal that provides the current AmbientModeManager interface.
-
LocalReduceMotion
CompositionLocal for global reduce-motion setting, which turns off animations and screen movements.
-
LocalScreenIsActive
CompositionLocal used to express/determine if a screen is active, as specified by each component (for example, it could be updated when the user is in the middle of the gesture to…
-
LocalSwipeToDismissBackgroundScrimColor
CompositionLocal containing the background scrim color of BasicSwipeToDismissBox.
-
LocalSwipeToDismissContentScrimColor
CompositionLocal containing the content scrim color of BasicSwipeToDismissBox.
- canScrollBackward
- canScrollForward
-
centerItemScrollOffset
The offset of the item closest to the viewport center.
-
isAnimationRunning
Whether an animation is currently in progress.
- isScrollInProgress
- lastScrolledBackward
- lastScrolledForward
-
lastVelocity
The velocity of the last known animation.
-
layoutInfo
The object of ScalingLazyListLayoutInfo calculated during the last layout pass.
-
maxOffset
The maximum offset this state can reach.
-
minOffset
The minimum offset this state can reach.
-
offset
The current offset, or null if it has not been initialized yet.
-
progress
The fraction of the progress going from currentValue to targetValue, within 0f..1f bounds.
Content updated: