Searched refs:BackStackState (Results 1 – 6 of 6) sorted by relevance
34 final class BackStackState implements Parcelable { class48 public BackStackState(FragmentManagerImpl fm, BackStackRecord bse) { in BackStackState() method in BackStackState79 public BackStackState(Parcel in) { in BackStackState() method in BackStackState158 public static final Parcelable.Creator<BackStackState> CREATOR159 = new Parcelable.Creator<BackStackState>() {160 public BackStackState createFromParcel(Parcel in) {161 return new BackStackState(in);164 public BackStackState[] newArray(int size) {165 return new BackStackState[size];
598 BackStackState[] mBackStack;608 mBackStack = in.createTypedArray(BackStackState.CREATOR); in FragmentManagerState()2767 BackStackState[] backStack = null; in saveAllState()2789 backStack = new BackStackState[N]; in saveAllState()2791 backStack[i] = new BackStackState(this, mBackStack.get(i)); in saveAllState()
34 final class BackStackState implements Parcelable { class48 public BackStackState(BackStackRecord bse) { in BackStackState() method in BackStackState79 public BackStackState(Parcel in) { in BackStackState() method in BackStackState158 public static final Parcelable.Creator<BackStackState> CREATOR159 = new Parcelable.Creator<BackStackState>() {161 public BackStackState createFromParcel(Parcel in) {162 return new BackStackState(in);166 public BackStackState[] newArray(int size) {167 return new BackStackState[size];
617 BackStackState[] mBackStack;627 mBackStack = in.createTypedArray(BackStackState.CREATOR); in FragmentManagerState()3004 BackStackState[] backStack = null; in saveAllState()3028 backStack = new BackStackState[N]; in saveAllState()3030 backStack[i] = new BackStackState(mBackStack.get(i)); in saveAllState()
3433 "android/support/v4/app/BackStackState": "androidx/fragment/app/BackStackState",
13497 HSPLandroid/app/BackStackState$1;-><init>()V53764 Landroid/app/BackStackState$1;53765 Landroid/app/BackStackState;