Searched refs:mWindowRemovalAllowed (Results 1 – 2 of 2) sorted by relevance
487 boolean mWindowRemovalAllowed; field in WindowState1454 && (mViewVisibility == View.VISIBLE) && !mWindowRemovalAllowed; in mightAffectAllDrawn()1601 mWindowRemovalAllowed = true; in onAppVisibilityChanged()1852 mWindowRemovalAllowed = true; in removeIfPossible()2647 && (mViewVisibility != View.VISIBLE || mWindowRemovalAllowed)) { in isAnimatingInvisibleWithSavedSurface()2825 if (!(appStopped || mWindowRemovalAllowed || cleanupOnResume)) { in destroySurface()2829 if (appStopped || mWindowRemovalAllowed) { in destroySurface()2836 + " win.mWindowRemovalAllowed=" + mWindowRemovalAllowed in destroySurface()3511 pw.print(" mWindowRemovalAllowed="); pw.println(mWindowRemovalAllowed); in dump()
2247 && !w.mWindowRemovalAllowed); in canAddToastWindowForUid()