Searched refs:iconDpi (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/ |
D | BaseIconCache.java | 97 int iconDpi, int iconPixelSize, boolean inMemoryCache) { in BaseIconCache() argument 129 mIconDpi = iconDpi; in BaseIconCache() 149 public void updateIconParams(int iconDpi, int iconPixelSize) { in updateIconParams() argument 150 mWorkerHandler.post(() -> updateIconParamsBg(iconDpi, iconPixelSize)); in updateIconParams() 153 private synchronized void updateIconParamsBg(int iconDpi, int iconPixelSize) { in updateIconParamsBg() argument 154 mIconDpi = iconDpi; in updateIconParamsBg()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | IconProvider.java | 26 public Drawable getIcon(LauncherActivityInfo info, int iconDpi, boolean flattenDrawable) { in getIcon() argument 27 return info.getIcon(iconDpi); in getIcon()
|
/packages/apps/Launcher3/iconloaderlib/src_full_lib/com/android/launcher3/icons/ |
D | SimpleIconCache.java | 50 public SimpleIconCache(Context context, String dbFileName, Looper bgLooper, int iconDpi, in SimpleIconCache() argument 52 super(context, dbFileName, bgLooper, iconDpi, iconPixelSize, inMemoryCache); in SimpleIconCache()
|
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/ |
D | BaseIconFactory.java | 330 public static Drawable getFullResDefaultActivityIcon(int iconDpi) { in getFullResDefaultActivityIcon() argument 334 iconDpi); in getFullResDefaultActivityIcon()
|