Searched refs:mIsExiting (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowToken.java127 boolean mIsExiting; field in class:AppWindowToken
325 mIsExiting = false;
792 if (startingData != null || removed || firstWindowDrawn || mIsExiting) {
796 pw.print(" mIsExiting="); pw.println(mIsExiting);
H A DTask.java459 if (token.mIsExiting || token.clientHidden || token.hiddenRequested) {
750 if (!token.mIsExiting && !token.clientHidden && !token.hiddenRequested) {
H A DDisplayContent.java510 if (wtoken.mIsExiting) {
H A DTaskStack.java637 wtoken.mIsExiting = false;
H A DWindowSurfacePlacer.java457 (!token.mIsExiting || token.allAppWindows.isEmpty())) {
H A DWindowManagerService.java4301 if (wtoken.hidden == visible || (wtoken.hidden && wtoken.mIsExiting) ||
4725 wtoken.mIsExiting = true;
4881 } while (tmpNdx < tmpSize && tmp.mAppToken != null && tmp.mAppToken.mIsExiting);
4886 } while (winNdx < winSize && win.mAppToken != null && win.mAppToken.mIsExiting);
9186 if (wtoken.mIsExiting && !wtoken.waitingForReplacement()) {

Completed in 1883 milliseconds