Searched refs:RtlSavedState (Results 1 – 2 of 2) sorted by relevance
64 RtlSavedState rtlSavedState = new RtlSavedState(parcelable); in onSaveInstanceState()71 RtlSavedState rtlSavedState = (RtlSavedState) state; in onRestoreInstanceState()94 static class RtlSavedState extends BaseSavedState { class in RtlCompatibleViewPager97 public RtlSavedState(Parcelable superState) { in RtlSavedState() method in RtlCompatibleViewPager.RtlSavedState101 private RtlSavedState(Parcel in, ClassLoader loader) { in RtlSavedState() method in RtlCompatibleViewPager.RtlSavedState112 public static final Parcelable.ClassLoaderCreator<RtlSavedState> CREATOR113 = new Parcelable.ClassLoaderCreator<RtlSavedState>() {115 public RtlSavedState createFromParcel(Parcel source,117 return new RtlSavedState(source, loader);121 public RtlSavedState createFromParcel(Parcel in) {[all …]