Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DFragmentManager.java459 ArrayList<BackStackRecord> mBackStackIndices; field in FragmentManagerImpl
765 if (mBackStackIndices != null) { in dump()
766 N = mBackStackIndices.size(); in dump()
770 BackStackRecord bs = mBackStackIndices.get(i); in dump()
1472 if (mBackStackIndices == null) { in allocBackStackIndex()
1473 mBackStackIndices = new ArrayList<BackStackRecord>(); in allocBackStackIndex()
1475 int index = mBackStackIndices.size(); in allocBackStackIndex()
1477 mBackStackIndices.add(bse); in allocBackStackIndex()
1483 mBackStackIndices.set(index, bse); in allocBackStackIndex()
1491 if (mBackStackIndices == null) { in setBackStackIndex()
[all …]
/frameworks/support/v4/java/android/support/v4/app/
DFragmentManager.java506 ArrayList<BackStackRecord> mBackStackIndices; field in FragmentManagerImpl
792 if (mBackStackIndices != null) { in dump()
793 N = mBackStackIndices.size(); in dump()
797 BackStackRecord bs = mBackStackIndices.get(i); in dump()
1565 if (mBackStackIndices == null) { in allocBackStackIndex()
1566 mBackStackIndices = new ArrayList<BackStackRecord>(); in allocBackStackIndex()
1568 int index = mBackStackIndices.size(); in allocBackStackIndex()
1570 mBackStackIndices.add(bse); in allocBackStackIndex()
1576 mBackStackIndices.set(index, bse); in allocBackStackIndex()
1584 if (mBackStackIndices == null) { in setBackStackIndex()
[all …]