protected static class PagerTabStrip.SavedState
extends android.view.View.BaseSavedState
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<PagerTabStrip.SavedState> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
float |
getIndicatorPos() |
float |
getIndicatorPos2() |
int |
getScroll() |
int |
getSelectedPage() |
void |
writeToParcel(android.os.Parcel destination,
int flags) |
public static final android.os.Parcelable.Creator<PagerTabStrip.SavedState> CREATOR
public int getSelectedPage()
public int getScroll()
public float getIndicatorPos()
public float getIndicatorPos2()
public void writeToParcel(@NonNull android.os.Parcel destination, int flags)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class android.view.View.BaseSavedState