Searched refs:TRANSIT_ACTIVITY_CLOSE (Results 1 – 10 of 10) sorted by relevance
23 import static android.view.WindowManager.TRANSIT_ACTIVITY_CLOSE;140 dc2.prepareAppTransition(TRANSIT_ACTIVITY_CLOSE, in testAppTransitionStateForMultiDisplay()142 assertEquals(TRANSIT_ACTIVITY_CLOSE, dc2.mAppTransition.getAppTransition()); in testAppTransitionStateForMultiDisplay()214 dc.prepareAppTransition(TRANSIT_ACTIVITY_CLOSE, in testCancelRemoteAnimationWhenFreeze()216 assertEquals(TRANSIT_ACTIVITY_CLOSE, dc.mAppTransition.getAppTransition()); in testCancelRemoteAnimationWhenFreeze()
24 import static android.view.WindowManager.TRANSIT_ACTIVITY_CLOSE;216 assertTrue(appWindow.shouldAnimate(TRANSIT_ACTIVITY_CLOSE)); in testShouldAnimateWhenNoCancelWithDeferredScreenshot()
368 mDisplayContent.prepareAppTransition(WindowManager.TRANSIT_ACTIVITY_CLOSE, in testReportOrientationChangeOnOpeningClosingAppChange()
44 public static final int TRANSIT_ACTIVITY_CLOSE = WindowManager.TRANSIT_ACTIVITY_CLOSE; field in WindowManagerWrapper
51 TRANSIT_ACTIVITY_CLOSE = 7; enumerator
20 import static android.view.WindowManager.TRANSIT_ACTIVITY_CLOSE;767 case TRANSIT_ACTIVITY_CLOSE: in createScaleUpAnimationLocked()946 case TRANSIT_ACTIVITY_CLOSE: in createClipRevealAnimationLocked()998 case TRANSIT_ACTIVITY_CLOSE: in prepareThumbnailAnimation()1637 } else if (isVoiceInteraction && (transit == TRANSIT_ACTIVITY_CLOSE in loadAnimation()1737 case TRANSIT_ACTIVITY_CLOSE: in loadAnimation()2030 case TRANSIT_ACTIVITY_CLOSE: { in appTransitionToString()2238 && isTransitionEqual(TRANSIT_ACTIVITY_CLOSE)) { in prepareAppTransitionLocked()2284 || transit == TRANSIT_ACTIVITY_CLOSE in isActivityTransit()
20 import static android.view.WindowManager.TRANSIT_ACTIVITY_CLOSE;574 case TRANSIT_ACTIVITY_CLOSE: in maybeUpdateTransitToWallpaper()665 || transit == TRANSIT_ACTIVITY_CLOSE in isTransitWithinTask()
39 import static android.view.WindowManager.TRANSIT_ACTIVITY_CLOSE;2847 prev.getTaskRecord() == next.getTaskRecord() ? TRANSIT_ACTIVITY_CLOSE in resumeTopActivityInnerLocked()4027 final int transit = endTask ? TRANSIT_TASK_CLOSE : TRANSIT_ACTIVITY_CLOSE; in finishActivityLocked()
134 int TRANSIT_ACTIVITY_CLOSE = 7; field277 TRANSIT_ACTIVITY_CLOSE,
79695 Landroid/view/WindowManager;->TRANSIT_ACTIVITY_CLOSE:I