Searched refs:mBackStackIndices (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/app/
H A DFragmentManager.java678 ArrayList<BackStackRecord> mBackStackIndices; field in class:FragmentManagerImpl
1029 if (mBackStackIndices != null) {
1030 N = mBackStackIndices.size();
1034 BackStackRecord bs = mBackStackIndices.get(i);
1926 if (mBackStackIndices == null) {
1927 mBackStackIndices = new ArrayList<BackStackRecord>();
1929 int index = mBackStackIndices.size();
1931 mBackStackIndices.add(bse);
1937 mBackStackIndices.set(index, bse);
1945 if (mBackStackIndices
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java661 ArrayList<BackStackRecord> mBackStackIndices; field in class:FragmentManagerImpl
1043 if (mBackStackIndices != null) {
1044 N = mBackStackIndices.size();
1048 BackStackRecord bs = mBackStackIndices.get(i);
2105 if (mBackStackIndices == null) {
2106 mBackStackIndices = new ArrayList<BackStackRecord>();
2108 int index = mBackStackIndices.size();
2110 mBackStackIndices.add(bse);
2116 mBackStackIndices.set(index, bse);
2124 if (mBackStackIndices
[all...]

Completed in 60 milliseconds