{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

NestedScrollSource.Companion

public static class NestedScrollSource.Companion


Summary

Public methods

static final @NonNull NestedScrollSource

Dragging via mouse/touch/etc events.

static final @NonNull NestedScrollSource

Flinging after the drag has ended with velocity.

static final @NonNull NestedScrollSource

Relocating when a component asks parents to scroll to bring it into view.

Public methods

getDrag

public static final @NonNull NestedScrollSource getDrag()

Dragging via mouse/touch/etc events.

getFling

public static final @NonNull NestedScrollSource getFling()

Flinging after the drag has ended with velocity.

getRelocate

@ExperimentalComposeUiApi
public static final @NonNull NestedScrollSource getRelocate()

Relocating when a component asks parents to scroll to bring it into view.