Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java493 boolean mRemoveOnExit; field in WindowState
1708 mRemoveOnExit = true; in onAppVisibilityChanged()
1965 + " mRemoveOnExit=" + mRemoveOnExit in removeIfPossible()
2070 mRemoveOnExit = true; in setupWindowForRemoveOnExit()
2491 && (mViewVisibility == View.VISIBLE) && !mRemoveOnExit in canReceiveKeys()
2833 + " win.mRemoveOnExit=" + mRemoveOnExit); in destroySurface()
2834 if (!cleanupOnResume || mRemoveOnExit) { in destroySurface()
2837 if (mRemoveOnExit) { in destroySurface()
3284 proto.write(REMOVE_ON_EXIT, mRemoveOnExit); in writeToProto()
3446 if (mAnimatingExit || mRemoveOnExit || mDestroying || mRemoved) { in dump()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DAppWindowTokenTests.java239 closingWindow.mRemoveOnExit = true; in testStuckExitingWindow()