Home
last modified time | relevance | path

Searched refs:getIconCache (Results 1 – 25 of 27) sorted by relevance

12

/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
DWidgetsModel.java101 launcherWidgetInfo, idp, app.getIconCache())); in update()
108 widgetsAndShortcuts.add(new WidgetItem(info, app.getIconCache(), pm)); in update()
214 IconCache iconCache = app.getIconCache(); in setWidgetsAndShortcuts()
230 items.set(i, new WidgetItem(item.activityInfo, app.getIconCache(), in onPackageIconsUpdated()
234 app.getInvariantDeviceProfile(), app.getIconCache())); in onPackageIconsUpdated()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java532 return (activityInfo != null) ? appState.getIconCache() in getFullDrawable()
539 return activityInfo.getFullResIcon(appState.getIconCache()); in getFullDrawable()
585 Bitmap badge = li.getShortcutInfoBadge(si, appState.getIconCache()).iconBitmap; in getBadge()
DLauncherAppState.java158 public IconCache getIconCache() { in getIconCache() method in LauncherAppState
DBubbleTextView.java694 mIconLoadRequest = LauncherAppState.getInstance(getContext()).getIconCache() in verifyHighRes()
DInstallShortcutReceiver.java663 iconInfo = app.getIconCache().getDefaultIcon(info.user); in createWorkspaceItemInfo()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java199 () -> new WidgetItem(shortcutInfo, mApp.getIconCache(), getPackageManager())); in setupShortcut()
220 applyWidgetItemAsync(() -> new WidgetItem(widgetInfo, mIdp, mApp.getIconCache())); in setupWidget()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DAddWorkspaceItemsTask.java154 wii.applyFrom(app.getIconCache().getDefaultIcon(item.user)); in execute()
155 app.getIconCache().getTitleAndIcon(wii, in execute()
DCacheDataUpdatedTask.java50 IconCache iconCache = app.getIconCache(); in execute()
DPackageUpdatedTask.java96 final IconCache iconCache = app.getIconCache(); in execute()
DLoaderCursor.java101 mIconCache = app.getIconCache(); in LoaderCursor()
DLoaderTask.java128 mIconCache = mApp.getIconCache(); in LoaderTask()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskListLoader.java111 mRecentsModel.getIconCache().updateIconInBackground(task, in loadTaskIconAndLabel()
/packages/apps/Launcher3/iconloaderlib/src_full_lib/com/android/launcher3/icons/
DSimpleIconCache.java95 public static SimpleIconCache getIconCache(Context context) { in getIconCache() method in SimpleIconCache
/packages/apps/Launcher3/src/com/android/launcher3/util/
DContentWriter.java98 if (mIcon != null && !LauncherAppState.getInstance(context).getIconCache() in getValues()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationInfo.java85 .getInstance(context).getIconCache() in NotificationInfo()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java131 IconCache cache = LauncherAppState.getInstance(mContext).getIconCache(); in createShortcutIcon()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java115 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()
DWidgetsFullSheet.java63 LayoutInflater.from(context), apps.getWidgetCache(), apps.getIconCache(), in WidgetsFullSheet()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsModel.java82 public TaskIconCache getIconCache() { in getIconCache() method in RecentsModel
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DDynamicItemCache.java210 IconCache iconCache = LauncherAppState.getInstance(mContext).getIconCache(); in loadInstantApp()
DPredictionUiStateManager.java260 IconCache iconCache = LauncherAppState.getInstance(mContext).getIconCache(); in updateDependencies()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DLoaderCursorTest.java81 when(mMockApp.getIconCache()).thenReturn(mMockIconCache); in setup()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/
DBaseModelUpdateTaskTestCase.java96 when(appState.getIconCache()).thenReturn(iconCache); in setUp()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DPackageInstallerCompatVL.java64 mCache = LauncherAppState.getInstance(context).getIconCache(); in PackageInstallerCompatVL()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java347 TaskIconCache iconCache = model.getIconCache(); in onTaskListVisibilityChanged()

12