Searched refs:mTmpIsPop (Results 1 – 2 of 2) sorted by relevance
722 ArrayList<Boolean> mTmpIsPop; field in FragmentManagerImpl887 boolean executePop = popBackStackState(mTmpRecords, mTmpIsPop, name, id, flags); in popBackStackImmediate()891 removeRedundantOperationsAndExecute(mTmpRecords, mTmpIsPop); in popBackStackImmediate()2018 mTmpIsPop = new ArrayList<>(); in ensureExecReady()2034 if (action.generateOps(mTmpRecords, mTmpIsPop)) { in execSingleAction()2037 removeRedundantOperationsAndExecute(mTmpRecords, mTmpIsPop); in execSingleAction()2053 mTmpIsPop.clear(); in cleanupExec()2064 while (generateOpsForPendingActions(mTmpRecords, mTmpIsPop)) { in execPendingActions()2067 removeRedundantOperationsAndExecute(mTmpRecords, mTmpIsPop); in execPendingActions()
5214 Landroid/app/FragmentManagerImpl;->mTmpIsPop:Ljava/util/ArrayList;