Searched refs:mAvailIndices (Results 1 – 2 of 2) sorted by relevance
454 ArrayList<Integer> mAvailIndices; field in FragmentManagerImpl791 if (mAvailIndices != null && mAvailIndices.size() > 0) { in dump()793 writer.println(Arrays.toString(mAvailIndices.toArray())); in dump()1233 if (mAvailIndices == null || mAvailIndices.size() <= 0) { in makeActive()1241 f.setIndex(mAvailIndices.remove(mAvailIndices.size()-1), mParent); in makeActive()1254 if (mAvailIndices == null) { in makeInactive()1255 mAvailIndices = new ArrayList<Integer>(); in makeInactive()1257 mAvailIndices.add(f.mIndex); in makeInactive()1893 if (mAvailIndices != null) { in restoreAllState()1894 mAvailIndices.clear(); in restoreAllState()[all …]
453 ArrayList<Integer> mAvailIndices; field in FragmentManagerImpl811 if (mAvailIndices != null && mAvailIndices.size() > 0) { in dump()813 writer.println(Arrays.toString(mAvailIndices.toArray())); in dump()1182 if (mAvailIndices == null || mAvailIndices.size() <= 0) { in makeActive()1190 f.setIndex(mAvailIndices.remove(mAvailIndices.size()-1), mParent); in makeActive()1203 if (mAvailIndices == null) { in makeInactive()1204 mAvailIndices = new ArrayList<Integer>(); in makeInactive()1206 mAvailIndices.add(f.mIndex); in makeInactive()1852 if (mAvailIndices != null) { in restoreAllState()1853 mAvailIndices.clear(); in restoreAllState()[all …]