Searched refs:taskSnapshots (Results 1 – 4 of 4) sorted by relevance
48 in @nullable TaskSnapshot[] taskSnapshots) = 1; in onAnimationCanceled() argument
211 public void onAnimationCanceled(int[] taskIds, TaskSnapshot[] taskSnapshots) { in startRecentsActivity()213 ThumbnailData.wrap(taskIds, taskSnapshots)); in startRecentsActivity()
213 public void onAnimationCanceled(int[] taskIds, TaskSnapshot[] taskSnapshots) in testRecentsAnimation()
347 @Nullable TaskSnapshot[] taskSnapshots) { in sendCancel() argument349 final String cancelDetails = taskSnapshots != null ? "with snapshots" : ""; in sendCancel()353 mListener.onAnimationCanceled(taskIds, taskSnapshots); in sendCancel()