Home
last modified time | relevance | path

Searched refs:IconCache (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DWidgetItem.java12 import com.android.launcher3.icons.IconCache;
31 InvariantDeviceProfile idp, IconCache iconCache) { in WidgetItem()
42 public WidgetItem(ShortcutConfigActivityInfo info, IconCache iconCache, PackageManager pm) { in WidgetItem()
H A DCacheDataUpdatedTask.java23 import com.android.launcher3.icons.IconCache;
49 IconCache iconCache = app.getIconCache(); in execute()
H A DAllAppsList.java36 import com.android.launcher3.icons.IconCache;
66 private IconCache mIconCache;
84 public AllAppsList(IconCache iconCache, AppFilter appFilter) { in AllAppsList()
H A DPackageUpdatedTask.java38 import com.android.launcher3.icons.IconCache;
92 final IconCache iconCache = app.getIconCache(); in execute()
223 IconCache.EMPTY_CLASS_NAME); in execute()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/pm/
H A DShortcutConfigActivityInfo.java42 import com.android.launcher3.icons.IconCache;
80 public abstract Drawable getFullResIcon(IconCache cache); in getFullResIcon()
130 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon()
151 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
H A DIconCache.java30 public class IconCache { class
35 public IconCache(Context context) { in IconCache() method in IconCache
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppState.java37 import com.android.launcher3.icons.IconCache;
65 private final IconCache mIconCache;
142 mIconCache = new IconCache(mContext, mInvariantDeviceProfile, in LauncherAppState()
178 public IconCache getIconCache() { in getIconCache()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsDiffReporter.java23 import com.android.launcher3.icons.IconCache;
43 private final IconCache mIconCache;
46 public WidgetsDiffReporter(IconCache iconCache, RecyclerView.Adapter listener) { in WidgetsDiffReporter()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/
H A DIconCacheTest.java43 private IconCache mIconCache;
51 mIconCache = new IconCache(mContext); in setUp()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DPinShortcutRequestActivityInfo.java37 import com.android.launcher3.icons.IconCache;
76 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/util/
H A DWidgetsTableUtilsTest.java40 import com.android.launcher3.icons.IconCache;
61 private IconCache mIconCache;
218 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DSuggestionQuickSettingPrefsContainer.java18 import com.android.settingslib.utils.IconCache;
35 IconCache mIconCache;
52 mIconCache = new IconCache(mainFragment.getContext()); in onCreate()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DWorkspaceItemInfo.java31 import com.android.launcher3.icons.IconCache;
209 return pkg == null ? null : new ComponentName(pkg, IconCache.EMPTY_CLASS_NAME); in getTargetComponent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DPendingAppWidgetHostView.java44 import com.android.launcher3.icons.IconCache;
45 import com.android.launcher3.icons.IconCache.ItemInfoUpdateReceiver;
74 IconCache cache, boolean disabledForSafeMode) { in PendingAppWidgetHostView()
H A DLauncherAppWidgetProviderInfo.java21 import com.android.launcher3.icons.IconCache;
240 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DCacheDataUpdatedTaskTest.java24 import com.android.launcher3.icons.IconCache;
57 IconCache iconCache = LauncherAppState.getInstance(context).getIconCache(); in setup()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupPopulator.java31 import com.android.launcher3.icons.IconCache;
161 IconCache cache = LauncherAppState.getInstance(context).getIconCache(); in createUpdateRunnable()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/
H A DWidgetsListHeaderViewHolderBinderTest.java45 import com.android.launcher3.icons.IconCache;
74 private IconCache mIconCache;
H A DWidgetsListSearchHeaderViewHolderBinderTest.java45 import com.android.launcher3.icons.IconCache;
74 private IconCache mIconCache;
H A DWidgetsListTableViewHolderBinderTest.java47 import com.android.launcher3.icons.IconCache;
81 private IconCache mIconCache;
H A DWidgetsListAdapterTest.java41 import com.android.launcher3.icons.IconCache;
73 @Mock private IconCache mIconCache;
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DComponentWithLabelAndIcon.java33 Drawable getFullResIcon(IconCache cache); in getFullResIcon()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/model/
H A DWidgetsListContentEntryTest.java36 import com.android.launcher3.icons.IconCache;
66 @Mock private IconCache mIconCache;
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/search/
H A DSimpleWidgetsSearchAlgorithmTest.java44 import com.android.launcher3.icons.IconCache;
69 @Mock private IconCache mIconCache;
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/model/
H A DWidgetsPredicationUpdateTaskTest.java47 import com.android.launcher3.icons.IconCache;
82 private IconCache mIconCache;

12