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

/frameworks/base/core/java/android/app/
H A DFragmentManager.java688 boolean mExecutingActions; field in class:FragmentManagerImpl
885 mExecutingActions = true;
1145 if (mExecutingActions) {
1999 if (mExecutingActions) {
2015 mExecutingActions = true;
2019 mExecutingActions = false;
2030 mExecutingActions = true;
2043 * Broken out of exec*, this cleans up the mExecutingActions and the temporary structures
2047 mExecutingActions = false;
2060 mExecutingActions
[all...]
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentManager.java683 boolean mExecutingActions; field in class:FragmentManagerImpl
882 mExecutingActions = true;
1258 if (mExecutingActions) {
2205 if (mExecutingActions) {
2225 mExecutingActions = true;
2229 mExecutingActions = false;
2240 mExecutingActions = true;
2253 * Broken out of exec*, this cleans up the mExecutingActions and the temporary structures
2257 mExecutingActions = false;
2270 mExecutingActions
[all...]

Completed in 26 milliseconds