Home
last modified time | relevance | path

Searched refs:mRemoveOnExit (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java571 boolean mRemoveOnExit; field in WindowState
2151 mRemoveOnExit = true; in onAppVisibilityChanged()
2547 mRemoveOnExit = true; in setupWindowForRemoveOnExit()
2966 + " mRemoveOnExit=" + mRemoveOnExit in canReceiveKeysReason()
3351 if (!cleanupOnResume || mRemoveOnExit) { in destroySurface()
3354 if (mRemoveOnExit) { in destroySurface()
4045 proto.write(REMOVE_ON_EXIT, mRemoveOnExit); in dumpDebug()
4177 + " mRemoveOnExit=" + mRemoveOnExit in dump()
4778 this, mRemoveOnExit); in onExitAnimationDone()
4811 mRemoveOnExit = false; in handleCompleteDeferredRemoval()
[all …]
H A DWindowSurfaceController.java145 && !mAnimator.mWin.mRemoveOnExit) { in destroy()
/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.java718 win1.mRemoveOnExit = true; in testCleanupAnimation_expectExitAnimationDone()
H A DWindowContainerTests.java1028 exitingWindow.mRemoveOnExit = true; in testHandleCompleteDeferredRemoval()
H A DActivityRecordTests.java2693 closingWindow.mRemoveOnExit = true; in testStuckExitingWindow()