Searched refs:TRANSIT_ACTIVITY_CLOSE (Results 1 – 8 of 8) sorted by relevance
23 import static android.view.WindowManager.TRANSIT_ACTIVITY_CLOSE;132 dc2.prepareAppTransition(TRANSIT_ACTIVITY_CLOSE, in testAppTransitionStateForMultiDisplay()134 assertEquals(TRANSIT_ACTIVITY_CLOSE, dc2.mAppTransition.getAppTransition()); in testAppTransitionStateForMultiDisplay()206 dc.prepareAppTransition(TRANSIT_ACTIVITY_CLOSE, in testCancelRemoteAnimationWhenFreeze()208 assertEquals(TRANSIT_ACTIVITY_CLOSE, dc.mAppTransition.getAppTransition()); in testCancelRemoteAnimationWhenFreeze()
45 public static final int TRANSIT_ACTIVITY_CLOSE = WindowManager.TRANSIT_ACTIVITY_CLOSE; field in WindowManagerWrapper
20 import static android.view.WindowManager.TRANSIT_ACTIVITY_CLOSE;774 case TRANSIT_ACTIVITY_CLOSE: in createScaleUpAnimationLocked()954 case TRANSIT_ACTIVITY_CLOSE: in createClipRevealAnimationLocked()1006 case TRANSIT_ACTIVITY_CLOSE: in prepareThumbnailAnimation()1628 } else if (isVoiceInteraction && (transit == TRANSIT_ACTIVITY_CLOSE in loadAnimation()1718 case TRANSIT_ACTIVITY_CLOSE: in loadAnimation()2014 case TRANSIT_ACTIVITY_CLOSE: { in appTransitionToString()2221 && isTransitionEqual(TRANSIT_ACTIVITY_CLOSE)) { in prepareAppTransitionLocked()2266 || transit == TRANSIT_ACTIVITY_CLOSE in isActivityTransit()2275 return transit == TRANSIT_ACTIVITY_CLOSE in isClosingTransit()
20 import static android.view.WindowManager.TRANSIT_ACTIVITY_CLOSE;758 case TRANSIT_ACTIVITY_CLOSE: in maybeUpdateTransitToWallpaper()850 || transit == TRANSIT_ACTIVITY_CLOSE in isTransitWithinTask()
36 import static android.view.WindowManager.TRANSIT_ACTIVITY_CLOSE;1763 prev.getTask() == next.getTask() ? TRANSIT_ACTIVITY_CLOSE in resumeTopActivityInnerLocked()
105 import static android.view.WindowManager.TRANSIT_ACTIVITY_CLOSE;2584 final int transit = endTask ? TRANSIT_TASK_CLOSE : TRANSIT_ACTIVITY_CLOSE; in finishIfPossible()
51 TRANSIT_ACTIVITY_CLOSE = 7; enumerator
156 int TRANSIT_ACTIVITY_CLOSE = 7; field293 TRANSIT_ACTIVITY_CLOSE,