Searched refs:mBackStackIndices (Results 1 – 2 of 2) sorted by relevance
700 ArrayList<BackStackRecord> mBackStackIndices; field in FragmentManagerImpl1055 if (mBackStackIndices != null) { in dump()1056 N = mBackStackIndices.size(); in dump()1060 BackStackRecord bs = mBackStackIndices.get(i); in dump()1944 if (mBackStackIndices == null) { in allocBackStackIndex()1945 mBackStackIndices = new ArrayList<BackStackRecord>(); in allocBackStackIndex()1947 int index = mBackStackIndices.size(); in allocBackStackIndex()1949 mBackStackIndices.add(bse); in allocBackStackIndex()1955 mBackStackIndices.set(index, bse); in allocBackStackIndex()1963 if (mBackStackIndices == null) { in setBackStackIndex()[all …]
5560 Landroid/app/FragmentManagerImpl;->mBackStackIndices:Ljava/util/ArrayList;