Home
last modified time | relevance | path

Searched refs:getTransitionController (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperWindowToken.java115 if (mWmService.mAtmService.getTransitionController().getTransitionPlayer() != null) { in updateWallpaperWindows()
160 mWmService.mAtmService.getTransitionController().collect(this); in setVisibility()
165 if (!visible && (mWmService.mAtmService.getTransitionController().inTransition() in setVisibility()
DDisplayRotation.java417 mService.mAtmService.getTransitionController().getTransitionPlayer() != null; in updateRotationUnchecked()
494 && !mService.mAtmService.getTransitionController().isCollecting()) in updateRotationUnchecked()
495 ? mService.mAtmService.getTransitionController().createTransition(TRANSIT_CHANGE) in updateRotationUnchecked()
497 mService.mAtmService.getTransitionController().collect(mDisplayContent); in updateRotationUnchecked()
514 mService.mAtmService.getTransitionController().requestStartTransition( in updateRotationUnchecked()
592 if (mService.mAtmService.getTransitionController().getTransitionPlayer() != null) { in continueRotation()
593 if (!mService.mAtmService.getTransitionController().isCollecting()) { in continueRotation()
596 mService.mAtmService.getTransitionController().collect(mDisplayContent); in continueRotation()
602 mService.mAtmService.getTransitionController().collect(task); in continueRotation()
DEnsureActivitiesVisibleHelper.java102 if (mTask.mAtmService.getTransitionController().getTransitionPlayer() != null) { in process()
DActivityStarter.java1559 final Transition newTransition = (!mService.getTransitionController().isCollecting() in startActivityUnchecked()
1560 && mService.getTransitionController().getTransitionPlayer() != null) in startActivityUnchecked()
1561 ? mService.getTransitionController().createTransition(TRANSIT_OPEN) : null; in startActivityUnchecked()
1566 mService.getTransitionController().collect(r); in startActivityUnchecked()
1601 mService.getTransitionController().collectExistenceChange(r); in startActivityUnchecked()
1604 mService.getTransitionController().requestStartTransition(newTransition, in startActivityUnchecked()
1608 mService.getTransitionController().setReady(false); in startActivityUnchecked()
2681 mService.getTransitionController().collectExistenceChange(task); in setNewTask()
DWindowOrganizerController.java109 TransitionController getTransitionController() { in getTransitionController() method in WindowOrganizerController
236 getTransitionController().finishTransition(transitionToken); in finishTransition()
DActivityTaskSupervisor.java1379 mService.getTransitionController().requestTransitionIfNeeded(TRANSIT_TO_FRONT, in findTaskToMoveToFront()
1554 mService.getTransitionController().requestTransitionIfNeeded(TRANSIT_CLOSE, task); in removeTask()
1558 mService.getTransitionController().collect(task); in removeTask()
1878 || mService.getTransitionController().inTransition(s); in processStoppingAndFinishingActivities()
2239 if (mService.getTransitionController().getTransitionPlayer() != null) return; in handleNonResizableTaskIfNeeded()
DActivityRecord.java1413 mAtmService.getTransitionController().collect(this); in onDisplayChanged()
2922 final Transition newTransition = (!mAtmService.getTransitionController().isCollecting() in finishIfPossible()
2923 && mAtmService.getTransitionController().getTransitionPlayer() != null) in finishIfPossible()
2924 ? mAtmService.getTransitionController().createTransition(TRANSIT_CLOSE) : null; in finishIfPossible()
2957 mAtmService.getTransitionController().requestStartTransition(newTransition, in finishIfPossible()
3360 mAtmService.getTransitionController().requestTransitionIfNeeded(TRANSIT_CLOSE, this); in makeFinishingLocked()
3588 mAtmService.getTransitionController().collect(this); in onRemovedFromDisplay()
3600 } else if (mAtmService.getTransitionController().inTransition()) { in onRemovedFromDisplay()
3805 mAtmService.getTransitionController().collect(tStartingWindow); in transferStartingWindow()
3831 } else if (mAtmService.getTransitionController().getTransitionPlayer() != null) { in transferStartingWindow()
[all …]
DInsetsStateController.java257 mDisplayContent.mAtmService.getTransitionController().collect(wc); in addProvidersToTransition()
DWallpaperController.java127 if (mService.mAtmService.getTransitionController().getTransitionPlayer() == null) {
DDisplayContent.java1473 || mAtmService.getTransitionController().isCollecting(this))) { in updateOrientation()
1873 mWmService.mAtmService.getTransitionController().getTransitionPlayer() != null; in applyRotation()
4976 mAtmService.getTransitionController().requestTransitionIfNeeded(transit, flags, in requestTransitionAndLegacyPrepare()
4984 mAtmService.getTransitionController().requestTransitionIfNeeded(transit, 0 /* flags */, in requestTransitionAndLegacyPrepare()
4989 mAtmService.getTransitionController().setReady(); in executeAppTransition()
DAppTransition.java1675 if (mService.mAtmService.getTransitionController().getTransitionPlayer() != null) { in prepareAppTransition()
DWindowContainer.java2243 if (mWmService.mAtmService.getTransitionController().isPlaying()) return; in assignLayer()
DActivityTaskManagerService.java1049 TransitionController getTransitionController() { in getTransitionController() method in ActivityTaskManagerService
1050 return mWindowOrganizerController.getTransitionController(); in getTransitionController()
DRootWindowContainer.java2189 mService.getTransitionController().requestTransitionIfNeeded(TRANSIT_CHANGE, rootTask); in moveActivityToPinnedRootTask()
DWindowManagerService.java2565 if (mAtmService.getTransitionController().inTransition(win)) { in tryStartExitingAnimation()
4036 || mAtmService.getTransitionController().isCollecting()); in updateRotationUnchecked()
DWindowState.java2277 && !mWmService.mAtmService.getTransitionController().isCollecting(); in hasMoved()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWallpaperControllerTests.java319 mWm.mAtmService.getTransitionController().registerTransitionPlayer(mockPlayer); in testWallpaperTokenVisibility()
322 mWm.mAtmService.getTransitionController().createTransition(TRANSIT_OPEN); in testWallpaperTokenVisibility()
329 mWm.mAtmService.getTransitionController().abort(transit); in testWallpaperTokenVisibility()
333 transit = mWm.mAtmService.getTransitionController().createTransition(TRANSIT_CLOSE); in testWallpaperTokenVisibility()
DDisplayContentTests.java1665 mAtm.getTransitionController(), mAtm.mWindowOrganizerController); in testShellTransitRotation()
1666 mAtm.getTransitionController().registerTransitionPlayer(testPlayer); in testShellTransitRotation()
DActivityRecordTests.java1102 mAtm.getTransitionController(), mAtm.mWindowOrganizerController); in testFinishActivityIfPossible_lastInTaskRequestsTransitionWithTrigger()
1103 mAtm.getTransitionController().registerTransitionPlayer(testPlayer); in testFinishActivityIfPossible_lastInTaskRequestsTransitionWithTrigger()
/frameworks/base/services/
Dart-profile44672 HSPLcom/android/server/wm/ActivityTaskManagerService;->getTransitionController()Lcom/android/server…
50225 HSPLcom/android/server/wm/WindowOrganizerController;->getTransitionController()Lcom/android/server/…