Searched refs:mPostponedTransactions (Results 1 – 2 of 2) sorted by relevance
730 ArrayList<StartEnterTransitionListener> mPostponedTransactions; field in FragmentManagerImpl1932 mPostponedTransactions != null && !mPostponedTransactions.isEmpty(); in scheduleCommit()2086 int numPostponed = mPostponedTransactions == null ? 0 : mPostponedTransactions.size(); in executePostponedTransaction()2088 StartEnterTransitionListener listener = mPostponedTransactions.get(i); in executePostponedTransaction()2098 mPostponedTransactions.remove(i); in executePostponedTransaction()2278 if (mPostponedTransactions == null) { in postponePostponableTransactions()2279 mPostponedTransactions = new ArrayList<>(); in postponePostponableTransactions()2283 mPostponedTransactions.add(listener); in postponePostponableTransactions()2443 if (mPostponedTransactions != null) { in forcePostponedTransactions()2444 while (!mPostponedTransactions.isEmpty()) { in forcePostponedTransactions()[all …]
5208 Landroid/app/FragmentManagerImpl;->mPostponedTransactions:Ljava/util/ArrayList;