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

  /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()));
  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfacePlacer.java 336 mService.mTaskSnapshotController.onTransitionStarting();
    [all...]
AppWindowToken.java 506 mService.mTaskSnapshotController.notifyAppVisibilityChanged(this, visible);
627 mService.mTaskSnapshotController.onAppRemoved(this);
    [all...]
WindowManagerService.java 623 final TaskSnapshotController mTaskSnapshotController;
    [all...]

Completed in 264 milliseconds