Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DFragmentManager.java700 ArrayList<BackStackRecord> mBackStackIndices; field in FragmentManagerImpl
1055 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt5560 Landroid/app/FragmentManagerImpl;->mBackStackIndices:Ljava/util/ArrayList;