Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DFragmentManager.java2152 int reorderingEnd = recordNum + 1; in removeRedundantOperationsAndExecute() local
2154 while (reorderingEnd < numRecords in removeRedundantOperationsAndExecute()
2155 && isRecordPop.get(reorderingEnd) in removeRedundantOperationsAndExecute()
2156 && !records.get(reorderingEnd).mReorderingAllowed) { in removeRedundantOperationsAndExecute()
2157 reorderingEnd++; in removeRedundantOperationsAndExecute()
2160 executeOpsTogether(records, isRecordPop, recordNum, reorderingEnd); in removeRedundantOperationsAndExecute()
2161 startIndex = reorderingEnd; in removeRedundantOperationsAndExecute()
2162 recordNum = reorderingEnd - 1; in removeRedundantOperationsAndExecute()