Searched defs:executePendingTransactions (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DFragmentManager.java162 public abstract boolean executePendingTransactions(); method in class:FragmentManager
203 * inside of the call. This is like calling {@link #executePendingTransactions()}
226 * inside of the call. This is like calling {@link #executePendingTransactions()}
250 * inside of the call. This is like calling {@link #executePendingTransactions()}
482 public boolean executePendingTransactions() { method in class:FragmentManagerImpl
498 executePendingTransactions();
514 executePendingTransactions();
533 executePendingTransactions();
1424 throw new IllegalStateException("Recursive entry to executePendingTransactions");
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java166 public abstract boolean executePendingTransactions(); method in class:FragmentManager
208 * inside of the call. This is like calling {@link #executePendingTransactions()}
231 * inside of the call. This is like calling {@link #executePendingTransactions()}
255 * inside of the call. This is like calling {@link #executePendingTransactions()}
487 public boolean executePendingTransactions() { method in class:FragmentManagerImpl
503 executePendingTransactions();
519 executePendingTransactions();
538 executePendingTransactions();
1471 throw new IllegalStateException("Recursive entry to executePendingTransactions");

Completed in 133 milliseconds