Searched defs:isRecordPop (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
H A DFragmentTransition.java78 * @param isRecordPop For each transaction, whether it is a pop transaction or not.
79 * @param startIndex The first index into records and isRecordPop to execute as
81 * @param endIndex One past the last index into records and isRecordPop to execute
88 ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop,
97 final boolean isPop = isRecordPop.get(i);
111 records, isRecordPop, startIndex, endIndex);
133 * @param isRecordPop For each transaction, whether it is a pop transaction or not.
134 * @param startIndex The first index into records and isRecordPop to execute as
136 * @param endIndex One past the last index into records and isRecordPop to execute
142 ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop,
87 startTransitions(FragmentManagerImpl fragmentManager, ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex, boolean isReordered) argument
141 calculateNameOverrides(int containerId, ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex) argument
[all...]
H A DBackStackRecord.java698 * @param isRecordPop Modified to add a false (this isn't a pop)
699 * @return true always because the records and isRecordPop will always be changed
702 public boolean generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) { argument
708 isRecordPop.add(false);
H A DFragmentManager.java2061 ArrayList<Boolean> isRecordPop) {
2067 if (index != -1 && isRecordPop.get(index)) {
2080 isRecordPop.get(index)) {
2102 * @param isRecordPop The direction that these records are being run.
2105 ArrayList<Boolean> isRecordPop) {
2110 if (isRecordPop == null || records.size() != isRecordPop.size()) {
2115 executePostponedTransaction(records, isRecordPop);
2124 executeOpsTogether(records, isRecordPop, startIndex, recordNum);
2129 if (isRecordPop
2060 executePostponedTransaction(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
2104 removeRedundantOperationsAndExecute(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
2154 executeOpsTogether(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex) argument
2244 postponePostponableTransactions(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex, ArraySet<Fragment> added) argument
2373 executeOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex) argument
2500 popBackStackState(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, String name, int id, int flags) argument
3606 generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
3625 generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentTransition.java91 * @param isRecordPop For each transaction, whether it is a pop transaction or not.
92 * @param startIndex The first index into records and isRecordPop to execute as
94 * @param endIndex One past the last index into records and isRecordPop to execute
101 ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop,
111 final boolean isPop = isRecordPop.get(i);
125 records, isRecordPop, startIndex, endIndex);
148 * @param isRecordPop For each transaction, whether it is a pop transaction or not.
149 * @param startIndex The first index into records and isRecordPop to execute as
151 * @param endIndex One past the last index into records and isRecordPop to execute
157 ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop,
100 startTransitions(FragmentManagerImpl fragmentManager, ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex, boolean isReordered) argument
156 calculateNameOverrides(int containerId, ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex) argument
[all...]
H A DBackStackRecord.java688 * @param isRecordPop Modified to add a false (this isn't a pop)
689 * @return true always because the records and isRecordPop will always be changed
692 public boolean generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) { argument
698 isRecordPop.add(false);
H A DFragmentManager.java2248 ArrayList<Boolean> isRecordPop) {
2254 if (index != -1 && isRecordPop.get(index)) {
2267 && isRecordPop.get(index)) {
2289 * @param isRecordPop The direction that these records are being run.
2292 ArrayList<Boolean> isRecordPop) {
2297 if (isRecordPop == null || records.size() != isRecordPop.size()) {
2302 executePostponedTransaction(records, isRecordPop);
2311 executeOpsTogether(records, isRecordPop, startIndex, recordNum);
2316 if (isRecordPop
2247 executePostponedTransaction(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
2291 removeRedundantOperationsAndExecute(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
2341 executeOpsTogether(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex) argument
2431 postponePostponableTransactions(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex, ArraySet<Fragment> added) argument
2568 executeOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex) argument
2711 popBackStackState(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, String name, int id, int flags) argument
3768 generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
3787 generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
[all...]

Completed in 101 milliseconds