Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java550 boolean mRemoveOnExit; field in WindowState
2162 mRemoveOnExit = true; in onAppVisibilityChanged()
2463 this, mWinAnimator.mSurfaceController, mAnimatingExit, mRemoveOnExit, in removeIfPossible()
2569 mRemoveOnExit = true; in setupWindowForRemoveOnExit()
3097 + " mRemoveOnExit=" + mRemoveOnExit in canReceiveKeysReason()
3108 && (mViewVisibility == View.VISIBLE) && !mRemoveOnExit in canReceiveKeys()
3483 mWindowRemovalAllowed, mRemoveOnExit); in destroySurface()
3484 if (!cleanupOnResume || mRemoveOnExit) { in destroySurface()
3487 if (mRemoveOnExit) { in destroySurface()
4183 proto.write(REMOVE_ON_EXIT, mRemoveOnExit); in dumpDebug()
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java666 win1.mRemoveOnExit = true; in testCleanupAnimation_expectExitAnimationDone()
DActivityRecordTests.java2383 closingWindow.mRemoveOnExit = true; in testStuckExitingWindow()