Searched refs:taskSnapshot (Results 1 – 5 of 5) sorted by relevance
612 final TaskSnapshot taskSnapshot = screenshotRecentTask(task, reorderMode);614 mRunner.onAnimationCanceled(taskSnapshot);618 if (taskSnapshot == null) {681 final TaskSnapshot taskSnapshot = snapshotController.getSnapshot(task.mTaskId,683 if (taskSnapshot == null) {688 new SurfaceControl.ScreenshotGraphicBuffer(taskSnapshot.getSnapshot(),689 taskSnapshot.getColorSpace(), false /* containsSecureLayers */));697 return taskSnapshot;
344 final SurfaceControl.ScreenshotGraphicBuffer taskSnapshot = createTaskSnapshot(task,347 return taskSnapshot;
46 void onAnimationCanceled(in @nullable ActivityManager.TaskSnapshot taskSnapshot) = 1; field
264 public void onAnimationCanceled(TaskSnapshot taskSnapshot) { in startRecentsActivity()266 taskSnapshot != null ? new ThumbnailData(taskSnapshot) : null); in startRecentsActivity()
211 public void onAnimationCanceled(TaskSnapshot taskSnapshot) throws RemoteException { in testRecentsAnimation()