Home
last modified time | relevance | path

Searched refs:TRANSIT_SLEEP (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeLoggerTransitionObserver.kt163 if (info.type == WindowManager.TRANSIT_SLEEP) { in <lambda>()
351 transitionInfo.type == WindowManager.TRANSIT_SLEEP -> ExitReason.SCREEN_OFF in <lambda>()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
DShellTransitionTests.java34 import static android.view.WindowManager.TRANSIT_SLEEP;
1267 final TransitionInfo infoSleep = new TransitionInfoBuilder(TRANSIT_SLEEP).build(); in testTransitSleep_squashesRecents()
1270 TRANSIT_SLEEP, null /* trigger */, null /* remote */)); in testTransitSleep_squashesRecents()
1311 new TransitionRequestInfo(TRANSIT_SLEEP, null /* trigger */, null /* remote */)); in testSleepTransition_withKeyguardGoingAway_plays()
1315 TRANSIT_SLEEP, TRANSIT_FLAG_KEYGUARD_GOING_AWAY, true /* noOp */).build(); in testSleepTransition_withKeyguardGoingAway_plays()
1330 new TransitionRequestInfo(TRANSIT_SLEEP, null /* trigger */, null /* remote */)); in testSleepTransition_withChanges_plays()
1333 TransitionInfo info = new TransitionInfoBuilder(TRANSIT_SLEEP) in testSleepTransition_withChanges_plays()
1351 new TransitionRequestInfo(TRANSIT_SLEEP, null /* trigger */, null /* remote */)); in testSleepTransition_empty_SyncBySleepHandler()
1355 TRANSIT_SLEEP, 0x0, true /* noOp */).build(); in testSleepTransition_empty_SyncBySleepHandler()
1675 if (mFinishOnSync && info.getType() == TRANSIT_SLEEP) { in mergeAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/keyguard/
DKeyguardTransitionHandler.java30 import static android.view.WindowManager.TRANSIT_SLEEP;
324 final TransitionInfo fakeInfo = new TransitionInfo(TRANSIT_SLEEP, 0x0); in finishAnimationImmediately()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitions.java27 import static android.view.WindowManager.TRANSIT_SLEEP;
765 if (info.getType() == TRANSIT_SLEEP || active.isSync()) { in dispatchReady()
1159 if (request.getType() == TRANSIT_SLEEP) { in requestStartTransition()
1291 final TransitionInfo dummyInfo = new TransitionInfo(TRANSIT_SLEEP, 0 /* flags */); in finishForSync()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeLoggerTransitionObserverTest.kt30 import android.view.WindowManager.TRANSIT_SLEEP
421 val transitionInfo = TransitionInfoBuilder(TRANSIT_SLEEP).build() in transitSleep_logTaskAddedAndExitReasonScreenOff_sessionIdNull()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentsTransitionHandler.java26 import static android.view.WindowManager.TRANSIT_SLEEP;
696 if (info.getType() == TRANSIT_SLEEP) { in merge()
/frameworks/base/core/java/android/view/
DWindowManager.java479 int TRANSIT_SLEEP = 12; field
507 TRANSIT_SLEEP,
1911 case TRANSIT_SLEEP: return "SLEEP"; in transitTypeToString()
/frameworks/base/services/core/java/com/android/server/wm/
DTransitionController.java1069 && queued.mTransition.mType == WindowManager.TRANSIT_SLEEP) { in tryStartCollectFromQueue()
DRootWindowContainer.java37 import static android.view.WindowManager.TRANSIT_SLEEP;
2542 final Transition transition = new Transition(TRANSIT_SLEEP, 0 /* flags */, in sendSleepTransition()