Searched refs:mRemoveOnExit (Results 1 – 2 of 2) sorted by relevance
493 boolean mRemoveOnExit; field in WindowState1708 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 …]
239 closingWindow.mRemoveOnExit = true; in testStuckExitingWindow()