Searched refs:mRemoveOnExit (Results 1 – 2 of 2) sorted by relevance
454 boolean mRemoveOnExit; field in WindowState1724 mRemoveOnExit = true; in onAppVisibilityChanged()1997 + " mRemoveOnExit=" + mRemoveOnExit in removeIfPossible()2107 mRemoveOnExit = true; in setupWindowForRemoveOnExit()2601 && (mViewVisibility == View.VISIBLE) && !mRemoveOnExit in canReceiveKeys()2953 + " win.mRemoveOnExit=" + mRemoveOnExit); in destroySurface()2954 if (!cleanupOnResume || mRemoveOnExit) { in destroySurface()2957 if (mRemoveOnExit) { in destroySurface()3568 proto.write(REMOVE_ON_EXIT, mRemoveOnExit); in writeToProto()3681 if (mAnimatingExit || mRemoveOnExit || mDestroying || mRemoved) { in dump()[all …]
315 closingWindow.mRemoveOnExit = true; in testStuckExitingWindow()