-
- All Implemented Interfaces:
-
androidx.wear.compose.material.PageIndicatorState
public final class PageScreenIndicatorState implements PageIndicatorStateBridge between Foundation PagerState and the Wear Compose PageIndicatorState.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerpageCountprivate final FloatpageOffsetprivate final IntegerselectedPage
-
Constructor Summary
Constructors Constructor Description PageScreenIndicatorState(PagerState state)
-
Method Summary
Modifier and Type Method Description IntegergetPageCount()FloatgetPageOffset()IntegergetSelectedPage()-
-
Method Detail
-
getPageCount
Integer getPageCount()
-
getPageOffset
Float getPageOffset()
-
getSelectedPage
Integer getSelectedPage()
-
-
-
-