Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskSnapshotControllerTest.java55 sWm.mTaskSnapshotController.getClosingTasks(closingApps, closingTasks); in testGetClosingApps_closing()
73 sWm.mTaskSnapshotController.getClosingTasks(closingApps, closingTasks); in testGetClosingApps_notClosing()
86 sWm.mTaskSnapshotController.addSkipClosingAppSnapshotTasks( in testGetClosingApps_skipClosingAppsSnapshotTasks()
88 sWm.mTaskSnapshotController.getClosingTasks(closingApps, closingTasks); in testGetClosingApps_skipClosingAppsSnapshotTasks()
98 sWm.mTaskSnapshotController.getSnapshotMode(disabledWindow.getTask())); in testGetSnapshotMode()
103 sWm.mTaskSnapshotController.getSnapshotMode(normalWindow.getTask())); in testGetSnapshotMode()
109 sWm.mTaskSnapshotController.getSnapshotMode(secureWindow.getTask())); in testGetSnapshotMode()
/frameworks/base/services/core/java/com/android/server/wm/
DSnapshotStartingData.java39 return mService.mTaskSnapshotController.createStartingSurface(atoken, mSnapshot); in createStartingSurface()
DWindowAnimator.java250 mService.mTaskSnapshotController.setPersisterPaused(true); in animate()
255 mService.mTaskSnapshotController.setPersisterPaused(false); in animate()
DAppWindowContainerController.java474 final TaskSnapshot snapshot = mService.mTaskSnapshotController.getSnapshot( in addStartingWindow()
DRecentsAnimationController.java135 mService.mTaskSnapshotController;
DWindowManagerService.java623 final TaskSnapshotController mTaskSnapshotController; field in WindowManagerService
957 mTaskSnapshotController = new TaskSnapshotController(this); in WindowManagerService()
2847 mTaskSnapshotController.screenTurningOff(listener); in screenTurningOff()
3739 return mTaskSnapshotController.getSnapshot(taskId, userId, true /* restoreFromDisk */, in getTaskSnapshot()
3753 mTaskSnapshotController.removeObsoleteTaskFiles(persistentTaskIds, runningUserIds); in removeObsoleteTaskFiles()
4572 mTaskSnapshotController.systemReady(); in systemReady()
6224 mTaskSnapshotController.notifyTaskRemovedFromRecents(taskId, userId); in notifyTaskRemovedFromRecents()
6444 mTaskSnapshotController.dump(pw, " "); in dumpWindowsNoHeaderLocked()
DWindowSurfacePlacer.java336 mService.mTaskSnapshotController.onTransitionStarting(); in handleAppTransitionReadyLocked()
DAppWindowToken.java506 mService.mTaskSnapshotController.notifyAppVisibilityChanged(this, visible); in setVisibility()
627 mService.mTaskSnapshotController.onAppRemoved(this); in onRemovedFromDisplay()
DWindowState.java2426 mService.mTaskSnapshotController.onAppDied(win.mAppToken); in binderDied()