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()1944 if (mBackStackIndices == null) { in allocBackStackIndex()1949 mBackStackIndices.add(bse); in allocBackStackIndex()1955 mBackStackIndices.set(index, bse); in allocBackStackIndex()1963 if (mBackStackIndices == null) { in setBackStackIndex()1966 int N = mBackStackIndices.size(); in setBackStackIndex()1972 mBackStackIndices.add(null); in setBackStackIndex()1981 mBackStackIndices.add(bse); in setBackStackIndex()[all …]
5185 Landroid/app/FragmentManagerImpl;->mBackStackIndices:Ljava/util/ArrayList;