Searched refs:mPostponedTransactions (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java691 ArrayList<StartEnterTransitionListener> mPostponedTransactions; field in class:FragmentManagerImpl
2093 mPostponedTransactions != null && !mPostponedTransactions.isEmpty();
2247 int numPostponed = mPostponedTransactions == null ? 0 : mPostponedTransactions.size();
2249 StartEnterTransitionListener listener = mPostponedTransactions.get(i);
2259 mPostponedTransactions.remove(i);
2439 if (mPostponedTransactions == null) {
2440 mPostponedTransactions = new ArrayList<>();
2444 mPostponedTransactions
[all...]
/frameworks/base/core/java/android/app/
H A DFragmentManager.java706 ArrayList<StartEnterTransitionListener> mPostponedTransactions; field in class:FragmentManagerImpl
1914 mPostponedTransactions != null && !mPostponedTransactions.isEmpty();
2068 int numPostponed = mPostponedTransactions == null ? 0 : mPostponedTransactions.size();
2070 StartEnterTransitionListener listener = mPostponedTransactions.get(i);
2080 mPostponedTransactions.remove(i);
2262 if (mPostponedTransactions == null) {
2263 mPostponedTransactions = new ArrayList<>();
2267 mPostponedTransactions
[all...]

Completed in 322 milliseconds