Home
last modified time | relevance | path

Searched refs:TRANSIT_ACTIVITY_CLOSE (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppTransitionTests.java23 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()
DRecentsAnimationControllerTest.java24 import static android.view.WindowManager.TRANSIT_ACTIVITY_CLOSE;
216 assertTrue(appWindow.shouldAnimate(TRANSIT_ACTIVITY_CLOSE)); in testShouldAnimateWhenNoCancelWithDeferredScreenshot()
DAppWindowTokenTests.java368 mDisplayContent.prepareAppTransition(WindowManager.TRANSIT_ACTIVITY_CLOSE, in testReportOrientationChangeOnOpeningClosingAppChange()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowManagerWrapper.java44 public static final int TRANSIT_ACTIVITY_CLOSE = WindowManager.TRANSIT_ACTIVITY_CLOSE; field in WindowManagerWrapper
/frameworks/base/core/proto/android/view/
Denums.proto51 TRANSIT_ACTIVITY_CLOSE = 7; enumerator
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java20 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()
DAppTransitionController.java20 import static android.view.WindowManager.TRANSIT_ACTIVITY_CLOSE;
574 case TRANSIT_ACTIVITY_CLOSE: in maybeUpdateTransitToWallpaper()
665 || transit == TRANSIT_ACTIVITY_CLOSE in isTransitWithinTask()
DActivityStack.java39 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()
/frameworks/base/core/java/android/view/
DWindowManager.java134 int TRANSIT_ACTIVITY_CLOSE = 7; field
277 TRANSIT_ACTIVITY_CLOSE,
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79695 Landroid/view/WindowManager;->TRANSIT_ACTIVITY_CLOSE:I