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

/frameworks/base/core/java/android/app/
H A DFragmentManager.java669 boolean mExecutingActions; field in class:FragmentManagerImpl
866 mExecutingActions = true;
1126 if (mExecutingActions) {
1980 if (mExecutingActions) {
1996 mExecutingActions = true;
2000 mExecutingActions = false;
2011 mExecutingActions = true;
2024 * Broken out of exec*, this cleans up the mExecutingActions and the temporary structures
2028 mExecutingActions = false;
2041 mExecutingActions
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java651 boolean mExecutingActions; field in class:FragmentManagerImpl
849 mExecutingActions = true;
1222 if (mExecutingActions) {
2167 if (mExecutingActions) {
2183 mExecutingActions = true;
2187 mExecutingActions = false;
2198 mExecutingActions = true;
2211 * Broken out of exec*, this cleans up the mExecutingActions and the temporary structures
2215 mExecutingActions = false;
2228 mExecutingActions
[all...]

Completed in 36 milliseconds