HomeSort by relevance Sort by last modified time
    Searched refs:mTaskSnapshotController (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
SnapshotStartingData.java 39 return mService.mTaskSnapshotController.createStartingSurface(atoken, mSnapshot);
WindowAnimator.java 250 mService.mTaskSnapshotController.setPersisterPaused(true);
255 mService.mTaskSnapshotController.setPersisterPaused(false);
AppWindowContainerController.java 474 final TaskSnapshot snapshot = mService.mTaskSnapshotController.getSnapshot(
    [all...]
RecentsAnimationController.java 135 mService.mTaskSnapshotController;
AppWindowToken.java 506 mService.mTaskSnapshotController.notifyAppVisibilityChanged(this, visible);
627 mService.mTaskSnapshotController.onAppRemoved(this);
    [all...]
WindowManagerService.java 623 final TaskSnapshotController mTaskSnapshotController;
    [all...]
WindowSurfacePlacer.java 336 mService.mTaskSnapshotController.onTransitionStarting();
    [all...]
WindowState.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TaskSnapshotControllerTest.java 55 sWm.mTaskSnapshotController.getClosingTasks(closingApps, closingTasks);
73 sWm.mTaskSnapshotController.getClosingTasks(closingApps, closingTasks);
86 sWm.mTaskSnapshotController.addSkipClosingAppSnapshotTasks(
88 sWm.mTaskSnapshotController.getClosingTasks(closingApps, closingTasks);
98 sWm.mTaskSnapshotController.getSnapshotMode(disabledWindow.getTask()));
103 sWm.mTaskSnapshotController.getSnapshotMode(normalWindow.getTask()));
109 sWm.mTaskSnapshotController.getSnapshotMode(secureWindow.getTask()));

Completed in 99 milliseconds