Home
last modified time | relevance | path

Searched refs:mBackStackIndices (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DFragmentManager.java697 ArrayList<BackStackRecord> mBackStackIndices; field in FragmentManagerImpl
1051 if (mBackStackIndices != null) { in dump()
1052 N = mBackStackIndices.size(); in dump()
1056 BackStackRecord bs = mBackStackIndices.get(i); in dump()
1939 if (mBackStackIndices == null) { in allocBackStackIndex()
1940 mBackStackIndices = new ArrayList<BackStackRecord>(); in allocBackStackIndex()
1942 int index = mBackStackIndices.size(); in allocBackStackIndex()
1944 mBackStackIndices.add(bse); in allocBackStackIndex()
1950 mBackStackIndices.set(index, bse); in allocBackStackIndex()
1958 if (mBackStackIndices == null) { in setBackStackIndex()
[all …]
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
DFragmentManager.java693 ArrayList<BackStackRecord> mBackStackIndices; field in FragmentManagerImpl
1079 if (mBackStackIndices != null) { in dump()
1080 N = mBackStackIndices.size(); in dump()
1084 BackStackRecord bs = mBackStackIndices.get(i); in dump()
2145 if (mBackStackIndices == null) { in allocBackStackIndex()
2146 mBackStackIndices = new ArrayList<BackStackRecord>(); in allocBackStackIndex()
2148 int index = mBackStackIndices.size(); in allocBackStackIndex()
2150 mBackStackIndices.add(bse); in allocBackStackIndex()
2156 mBackStackIndices.set(index, bse); in allocBackStackIndex()
2164 if (mBackStackIndices == null) { in setBackStackIndex()
[all …]