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
865 mExecutingActions = true;
1123 if (mExecutingActions) {
1986 if (mExecutingActions) {
2002 mExecutingActions = true;
2006 mExecutingActions = false;
2017 mExecutingActions = true;
2030 * Broken out of exec*, this cleans up the mExecutingActions and the temporary structures
2034 mExecutingActions = false;
2047 mExecutingActions
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java651 boolean mExecutingActions; field in class:FragmentManagerImpl
848 mExecutingActions = true;
1221 if (mExecutingActions) {
2165 if (mExecutingActions) {
2181 mExecutingActions = true;
2185 mExecutingActions = false;
2196 mExecutingActions = true;
2209 * Broken out of exec*, this cleans up the mExecutingActions and the temporary structures
2213 mExecutingActions = false;
2226 mExecutingActions
[all...]

Completed in 40 milliseconds