Searched refs:mRemoveOnExit (Results 1 – 6 of 6) sorted by relevance
571 boolean mRemoveOnExit; field in WindowState2151 mRemoveOnExit = true; in onAppVisibilityChanged()2547 mRemoveOnExit = true; in setupWindowForRemoveOnExit()2966 + " mRemoveOnExit=" + mRemoveOnExit in canReceiveKeysReason()3351 if (!cleanupOnResume || mRemoveOnExit) { in destroySurface()3354 if (mRemoveOnExit) { in destroySurface()4045 proto.write(REMOVE_ON_EXIT, mRemoveOnExit); in dumpDebug()4177 + " mRemoveOnExit=" + mRemoveOnExit in dump()4778 this, mRemoveOnExit); in onExitAnimationDone()4811 mRemoveOnExit = false; in handleCompleteDeferredRemoval()[all …]
145 && !mAnimator.mWin.mRemoveOnExit) { in destroy()
494 parent.mAnimatingExit = parent.mRemoveOnExit = parent.mWindowRemovalAllowed = true; in testOnExitAnimationDone()495 child.mAnimatingExit = child.mRemoveOnExit = child.mWindowRemovalAllowed = true; in testOnExitAnimationDone()
718 win1.mRemoveOnExit = true; in testCleanupAnimation_expectExitAnimationDone()
1028 exitingWindow.mRemoveOnExit = true; in testHandleCompleteDeferredRemoval()
2693 closingWindow.mRemoveOnExit = true; in testStuckExitingWindow()