Package-level declarations
Types
Link copied to clipboard
interface DragCancelledAnimation
Link copied to clipboard
Link copied to clipboard
class SpringDragCancelledAnimation(stiffness: Float = Spring.StiffnessMediumLow) : DragCancelledAnimation
Functions
Link copied to clipboard
fun Modifier.animateDraggeableItemPlacement(animationSpec: FiniteAnimationSpec<IntOffset> = spring(
stiffness = Spring.StiffnessMediumLow,
visibilityThreshold = IntOffset.VisibilityThreshold
)): Modifier
LazyGridItemScope.Modifier.animateItemPlacement is missing from LazyStaggeredGridItemScope Replace this when added to the compose library.
Link copied to clipboard
Link copied to clipboard
fun ReorderableItem(state: ReorderableState<*>, key: Any?, modifier: Modifier = Modifier, defaultDraggingModifier: Modifier = Modifier, orientationLocked: Boolean = true, index: Int? = null, content: @Composable BoxScope.(isDragging: Boolean) -> Unit)
Link copied to clipboard
fun LazyGridItemScope.ReorderableItem(reorderableState: ReorderableState<*>, key: Any?, modifier: Modifier = Modifier, index: Int? = null, content: @Composable BoxScope.(isDragging: Boolean) -> Unit)
fun LazyStaggeredGridItemScope.ReorderableItem(reorderableState: ReorderableState<*>, key: Any?, modifier: Modifier = Modifier, index: Int? = null, content: @Composable BoxScope.(isDragging: Boolean) -> Unit)
fun LazyItemScope.ReorderableItem(reorderableState: ReorderableState<*>, key: Any?, modifier: Modifier = Modifier, index: Int? = null, orientationLocked: Boolean = true, content: @Composable BoxScope.(isDragging: Boolean) -> Unit)