Searched refs:onTaskSnapshotChanged (Results 1 – 6 of 6) sorted by relevance
151 void onTaskSnapshotChanged(int taskId, in ActivityManager.TaskSnapshot snapshot); in onTaskSnapshotChanged() method
159 public void onTaskSnapshotChanged(int taskId, TaskSnapshot snapshot) throws RemoteException { in onTaskSnapshotChanged() method in TaskStackListener
38 public void onTaskSnapshotChanged(int taskId, ThumbnailData snapshot) { } in onTaskSnapshotChanged() method in TaskStackChangeListener
166 public void onTaskSnapshotChanged(int taskId, TaskSnapshot snapshot) throws RemoteException { in onTaskSnapshotChanged() method in TaskStackChangeListeners250 mTaskStackListeners.get(i).onTaskSnapshotChanged(msg.arg1, in handleMessage()
151 l.onTaskSnapshotChanged(m.arg1, (TaskSnapshot) m.obj);
215 public void onTaskSnapshotChanged(int taskId, ThumbnailData snapshot) { in onTaskSnapshotChanged() method in RecentsImpl.TaskStackListenerImpl