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

/frameworks/base/core/java/android/app/
H A DFragmentManager.java668 ArrayList<OpGenerator> mPendingActions;
1055 OpGenerator r = mPendingActions.get(i);
1879 public void enqueueAction(OpGenerator action, boolean allowStateLoss) {
1901 * the first time {@link #enqueueAction(OpGenerator, boolean)} is called or when
2004 public void execSingleAction(OpGenerator action, boolean allowStateLoss) {
3593 interface OpGenerator { interface in class:FragmentManagerImpl
3610 * A pop operation OpGenerator. This will be run on the UI thread and will generate the
3613 private class PopBackStackState implements OpGenerator {
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java650 ArrayList<OpGenerator> mPendingActions;
1067 OpGenerator r = mPendingActions.get(i);
2066 public void enqueueAction(OpGenerator action, boolean allowStateLoss) {
2088 * the first time {@link #enqueueAction(OpGenerator, boolean)} is called or when
2191 public void execSingleAction(OpGenerator action, boolean allowStateLoss) {
3755 interface OpGenerator { interface in class:FragmentManagerImpl
3772 * A pop operation OpGenerator. This will be run on the UI thread and will generate the
3775 private class PopBackStackState implements OpGenerator {

Completed in 25 milliseconds