A
C
D
E
F
G
H
P
R
S
T
V
G
- getCanScrollBackward() - function in com.google.accompanist.pager.PagerState
- getCanScrollForward() - function in com.google.accompanist.pager.PagerState
- getCurrentPage() - function in com.google.accompanist.pager.PagerScope
- Returns the current selected page
- getCurrentPage() - function in com.google.accompanist.pager.PagerState
- getCurrentPageOffset() - function in com.google.accompanist.pager.PagerScope
- The current offset from the start of currentPage, as a ratio of the page width.
- getCurrentPageOffset() - function in com.google.accompanist.pager.PagerState
- The current offset from the start of currentPage, as a ratio of the page width.
- getInteractionSource() - function in com.google.accompanist.pager.PagerState
- getIsScrollInProgress() - function in com.google.accompanist.pager.PagerState
- getLastScrolledBackward() - function in com.google.accompanist.pager.PagerState
- getLastScrolledForward() - function in com.google.accompanist.pager.PagerState
- getPageCount() - function in com.google.accompanist.pager.PagerState
- The number of pages to display.
- getSaver() - function in com.google.accompanist.pager.PagerState.Companion
- The default Saver implementation for PagerState.
- getSinglePageFlingDistance() - function in com.google.accompanist.pager.PagerDefaults
- The default implementation for the
maximumFlingDistanceparameter of flingBehavior which limits the fling distance to a single page. - getSinglePageSnapIndex() - function in com.google.accompanist.pager.PagerDefaults
- The default implementation for the
snapIndexparameter of flingBehavior which limits the fling distance to a single page. - getTargetPage() - function in com.google.accompanist.pager.PagerState