Searched refs:OpGenerator (Results 1 - 5 of 5) sorted by last modified time

/frameworks/support/fragment/java/android/support/v4/app/
H A DBackStackRecord.java175 FragmentManager.BackStackEntry, FragmentManagerImpl.OpGenerator {
685 * Implementation of {@link FragmentManagerImpl.OpGenerator}.
H A DFragmentManager.java650 ArrayList<OpGenerator> mPendingActions;
1066 OpGenerator r = mPendingActions.get(i);
2064 public void enqueueAction(OpGenerator action, boolean allowStateLoss) {
2086 * the first time {@link #enqueueAction(OpGenerator, boolean)} is called or when
2189 public void execSingleAction(OpGenerator action, boolean allowStateLoss) {
3787 interface OpGenerator { interface in class:FragmentManagerImpl
3804 * A pop operation OpGenerator. This will be run on the UI thread and will generate the
3807 private class PopBackStackState implements OpGenerator {
/frameworks/base/
H A Dcompiled-classes-phone292 android.app.FragmentManagerImpl$OpGenerator
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java174 FragmentManager.BackStackEntry, FragmentManagerImpl.OpGenerator {
693 * Implementation of {@link android.app.FragmentManagerImpl.OpGenerator}.
H A DFragmentManager.java668 ArrayList<OpGenerator> mPendingActions;
1052 OpGenerator r = mPendingActions.get(i);
1885 public void enqueueAction(OpGenerator action, boolean allowStateLoss) {
1907 * the first time {@link #enqueueAction(OpGenerator, boolean)} is called or when
2010 public void execSingleAction(OpGenerator action, boolean allowStateLoss) {
3667 interface OpGenerator { interface in class:FragmentManagerImpl
3684 * A pop operation OpGenerator. This will be run on the UI thread and will generate the
3687 private class PopBackStackState implements OpGenerator {

Completed in 100 milliseconds