Searched refs:mTaskSnapshotController (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | TaskSnapshotControllerTest.java | 55 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/ |
D | SnapshotStartingData.java | 39 return mService.mTaskSnapshotController.createStartingSurface(atoken, mSnapshot); in createStartingSurface()
|
D | WindowAnimator.java | 250 mService.mTaskSnapshotController.setPersisterPaused(true); in animate() 255 mService.mTaskSnapshotController.setPersisterPaused(false); in animate()
|
D | AppWindowContainerController.java | 474 final TaskSnapshot snapshot = mService.mTaskSnapshotController.getSnapshot( in addStartingWindow()
|
D | RecentsAnimationController.java | 135 mService.mTaskSnapshotController;
|
D | WindowManagerService.java | 623 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()
|
D | WindowSurfacePlacer.java | 336 mService.mTaskSnapshotController.onTransitionStarting(); in handleAppTransitionReadyLocked()
|
D | AppWindowToken.java | 506 mService.mTaskSnapshotController.notifyAppVisibilityChanged(this, visible); in setVisibility() 627 mService.mTaskSnapshotController.onAppRemoved(this); in onRemovedFromDisplay()
|
D | WindowState.java | 2426 mService.mTaskSnapshotController.onAppDied(win.mAppToken); in binderDied()
|