Searched refs:mBackStackIndices (Results 1 – 2 of 2) sorted by relevance
459 ArrayList<BackStackRecord> mBackStackIndices; field in FragmentManagerImpl765 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 …]
506 ArrayList<BackStackRecord> mBackStackIndices; field in FragmentManagerImpl792 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 …]