Searched refs:mRemoveOnExit (Results 1 – 6 of 6) sorted by relevance
589 boolean mRemoveOnExit; field in WindowState2140 mRemoveOnExit = true; in onAppVisibilityChanged()2433 this, mWinAnimator.mSurfaceController, mAnimatingExit, mRemoveOnExit, in removeIfPossible()2532 mRemoveOnExit = true; in setupWindowForRemoveOnExit()2924 + " mRemoveOnExit=" + mRemoveOnExit in canReceiveKeysReason()2942 && (mViewVisibility == View.VISIBLE) && !mRemoveOnExit in canReceiveKeys()3318 mWindowRemovalAllowed, mRemoveOnExit); in destroySurface()3319 if (!cleanupOnResume || mRemoveOnExit) { in destroySurface()3322 if (mRemoveOnExit) { in destroySurface()4069 proto.write(REMOVE_ON_EXIT, mRemoveOnExit); in dumpDebug()[all …]
119 && !mAnimator.mWin.mRemoveOnExit) { in destroy()
522 parent.mAnimatingExit = parent.mRemoveOnExit = parent.mWindowRemovalAllowed = true; in testOnExitAnimationDone()523 child.mAnimatingExit = child.mRemoveOnExit = child.mWindowRemovalAllowed = true; in testOnExitAnimationDone()
720 win1.mRemoveOnExit = true; in testCleanupAnimation_expectExitAnimationDone()
1029 exitingWindow.mRemoveOnExit = true; in testHandleCompleteDeferredRemoval()
2648 closingWindow.mRemoveOnExit = true; in testStuckExitingWindow()