Home
last modified time | relevance | path

Searched defs:updateIconInBackground (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchController.java251 void updateIconInBackground(Task task, Consumer<Task> callback) { in updateIconInBackground() method in KeyboardQuickSwitchController.ControllerCallbacks
DKeyboardQuickSwitchViewController.java261 void updateIconInBackground(Task task, Consumer<Task> callback) { in updateIconInBackground() method in KeyboardQuickSwitchViewController.ViewCallbacks
DKeyboardQuickSwitchTaskView.java221 void updateIconInBackground(Task task, Consumer<Task> callback); in updateIconInBackground() method
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskIconCache.java106 public CancellableTask updateIconInBackground(Task task, Consumer<Task> callback) { in updateIconInBackground() method in TaskIconCache
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java180 public CancellableTask updateIconInBackground(final ItemInfoUpdateReceiver caller, in updateIconInBackground() method in IconCache