Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DFragmentManager.java721 ArrayList<BackStackRecord> mTmpRecords; field in FragmentManagerImpl
887 boolean executePop = popBackStackState(mTmpRecords, mTmpIsPop, name, id, flags); in popBackStackImmediate()
891 removeRedundantOperationsAndExecute(mTmpRecords, mTmpIsPop); in popBackStackImmediate()
2016 if (mTmpRecords == null) { in ensureExecReady()
2017 mTmpRecords = new ArrayList<>(); in ensureExecReady()
2034 if (action.generateOps(mTmpRecords, mTmpIsPop)) { in execSingleAction()
2037 removeRedundantOperationsAndExecute(mTmpRecords, mTmpIsPop); in execSingleAction()
2054 mTmpRecords.clear(); in cleanupExec()
2064 while (generateOpsForPendingActions(mTmpRecords, mTmpIsPop)) { in execPendingActions()
2067 removeRedundantOperationsAndExecute(mTmpRecords, mTmpIsPop); in execPendingActions()