Searched refs:mPendingActions (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DFragmentManager.java409 ArrayList<Runnable> mPendingActions; field in class:FragmentManagerImpl
699 if (mPendingActions != null) {
700 N = mPendingActions.size();
704 Runnable r = mPendingActions.get(i);
1347 if (mPendingActions == null) {
1348 mPendingActions = new ArrayList<Runnable>();
1350 mPendingActions.add(action);
1351 if (mPendingActions.size() == 1) {
1432 if (mPendingActions == null || mPendingActions
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java406 ArrayList<Runnable> mPendingActions; field in class:FragmentManagerImpl
692 if (mPendingActions != null) {
693 N = mPendingActions.size();
697 Runnable r = mPendingActions.get(i);
1367 if (mPendingActions == null) {
1368 mPendingActions = new ArrayList<Runnable>();
1370 mPendingActions.add(action);
1371 if (mPendingActions.size() == 1) {
1452 if (mPendingActions == null || mPendingActions
[all...]

Completed in 41 milliseconds