Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchTaskView.java337 void updateIconInBackground(Task task, Consumer<Task> callback); in updateIconInBackground() method
DKeyboardQuickSwitchController.java419 void updateIconInBackground(Task task, Consumer<Task> callback) { in updateIconInBackground() method in KeyboardQuickSwitchController.ControllerCallbacks
DKeyboardQuickSwitchViewController.java404 void updateIconInBackground(Task task, Consumer<Task> callback) { in updateIconInBackground() method in KeyboardQuickSwitchViewController.ViewCallbacks
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java191 public CancellableTask updateIconInBackground(final ItemInfoUpdateReceiver caller, in updateIconInBackground() method in IconCache