Home
last modified time | relevance | path

Searched refs:updateIconInBackground (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskListLoader.java111 mRecentsModel.getIconCache().updateIconInBackground(task, in loadTaskIconAndLabel()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskIconCache.java89 public IconLoadRequest updateIconInBackground(Task task, Consumer<Task> callback) { in updateIconInBackground() method in TaskIconCache
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java122 public IconLoadRequest updateIconInBackground(final ItemInfoUpdateReceiver caller, in updateIconInBackground() method in IconCache
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java269 iconCache.updateIconInBackground(this, info); in updateDependencies()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingAppWidgetHostView.java88 cache.updateIconInBackground(this, info.pendingItemInfo); in PendingAppWidgetHostView()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java672 .updateIconInBackground(BubbleTextView.this, info); in verifyHighRes()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java360 mIconLoadRequest = iconCache.updateIconInBackground(mTask, in onTaskListVisibilityChanged()