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

/frameworks/base/core/java/android/app/
H A DFragmentManager.java159 public abstract boolean executePendingTransactions(); method in class:FragmentManager
200 * inside of the call. This is like calling {@link #executePendingTransactions()}
223 * inside of the call. This is like calling {@link #executePendingTransactions()}
247 * inside of the call. This is like calling {@link #executePendingTransactions()}
478 public boolean executePendingTransactions() { method in class:FragmentManagerImpl
494 executePendingTransactions();
510 executePendingTransactions();
529 executePendingTransactions();
1419 throw new IllegalStateException("Recursive entry to executePendingTransactions");
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java157 public abstract boolean executePendingTransactions(); method in class:FragmentManager
199 * inside of the call. This is like calling {@link #executePendingTransactions()}
222 * inside of the call. This is like calling {@link #executePendingTransactions()}
246 * inside of the call. This is like calling {@link #executePendingTransactions()}
471 public boolean executePendingTransactions() { method in class:FragmentManagerImpl
487 executePendingTransactions();
503 executePendingTransactions();
522 executePendingTransactions();
1439 throw new IllegalStateException("Recursive entry to executePendingTransactions");

Completed in 36 milliseconds