Home
last modified time | relevance | path

Searched refs:mWindowRemovalAllowed (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java144 if (mAnimator.mIsWallpaper && !mAnimator.mWin.mWindowRemovalAllowed in destroy()
H A DWindowState.java613 boolean mWindowRemovalAllowed; field in WindowState
2152 mWindowRemovalAllowed = true; in onAppVisibilityChanged()
2411 mWindowRemovalAllowed = true; in removeIfPossible()
3341 if (!(appStopped || mWindowRemovalAllowed || cleanupOnResume)) { in destroySurface()
3350 mWindowRemovalAllowed, mRemoveOnExit); in destroySurface()
4164 + " mWindowRemovalAllowed=" + mWindowRemovalAllowed); in dump()
H A DDisplayContent.java3788 && !w.mWindowRemovalAllowed); in canAddToastWindowForUid()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java494 parent.mAnimatingExit = parent.mRemoveOnExit = parent.mWindowRemovalAllowed = true; in testOnExitAnimationDone()
495 child.mAnimatingExit = child.mRemoveOnExit = child.mWindowRemovalAllowed = true; in testOnExitAnimationDone()
H A DRecentsAnimationControllerTest.java719 win1.mWindowRemovalAllowed = true; in testCleanupAnimation_expectExitAnimationDone()