Searched refs:TRANSIT_ACTIVITY_OPEN (Results 1 – 6 of 6) sorted by relevance
19 import static com.android.server.wm.AppTransition.TRANSIT_ACTIVITY_OPEN;54 mWm.prepareAppTransition(TRANSIT_ACTIVITY_OPEN, false /* alwaysKeepCurrent */); in testKeyguardOverride()62 mWm.prepareAppTransition(TRANSIT_ACTIVITY_OPEN, false /* alwaysKeepCurrent */, in testForceOverride()64 assertEquals(TRANSIT_ACTIVITY_OPEN, mWm.mAppTransition.getAppTransition()); in testForceOverride()
106 public static final int TRANSIT_ACTIVITY_OPEN = 6; field in AppTransition697 case TRANSIT_ACTIVITY_OPEN: in createScaleUpAnimationLocked()876 case TRANSIT_ACTIVITY_OPEN: in createClipRevealAnimationLocked()928 case TRANSIT_ACTIVITY_OPEN: in prepareThumbnailAnimation()1509 } else if (isVoiceInteraction && (transit == TRANSIT_ACTIVITY_OPEN in loadAnimation()1597 case TRANSIT_ACTIVITY_OPEN: in loadAnimation()1872 case TRANSIT_ACTIVITY_OPEN: { in appTransitionToString()2054 } else if (transit == TRANSIT_ACTIVITY_OPEN in prepareAppTransitionLocked()
12 import static com.android.server.wm.AppTransition.TRANSIT_ACTIVITY_OPEN;613 case TRANSIT_ACTIVITY_OPEN: in maybeUpdateTransitToWallpaper()
352 case AppTransition.TRANSIT_ACTIVITY_OPEN: in onAppWindowTransitionLocked()
77 import static com.android.server.wm.AppTransition.TRANSIT_ACTIVITY_OPEN;2480 ? TRANSIT_ACTIVITY_OPEN in resumeTopActivityInnerLocked()2492 mWindowManager.prepareAppTransition(TRANSIT_ACTIVITY_OPEN, false); in resumeTopActivityInnerLocked()2878 int transit = TRANSIT_ACTIVITY_OPEN; in startActivityLocked()
181 import static com.android.server.wm.AppTransition.TRANSIT_ACTIVITY_OPEN;3605 return transit == TRANSIT_ACTIVITY_OPEN in isNextTransitionForward()