Searched refs:mBackStack (Results 1 – 2 of 2) sorted by relevance
599 BackStackState[] mBackStack; field in FragmentManagerState904 return mBackStack != null ? mBackStack.size() : 0; in getBackStackEntryCount()1041 if (mBackStack != null) { in dump()1042 N = mBackStack.size(); in dump()2518 if (mBackStack == null) { in addBackStackState()2521 mBackStack.add(state); in addBackStackState()2526 if (mBackStack == null) { in popBackStackState()2791 if (mBackStack != null) { in saveAllState()2792 N = mBackStack.size(); in saveAllState()2916 mBackStack = new ArrayList<BackStackRecord>(fms.mBackStack.length); in restoreAllState()[all …]
5183 Landroid/app/FragmentManagerImpl;->mBackStack:Ljava/util/ArrayList;