Searched refs:mIconDpi (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DIconCache.java77 private int mIconDpi; field in class:IconCache
85 mIconDpi = activityManager.getLauncherLargeIconDensity();
86 // need to set mIconDpi before getting default icon
98 d = resources.getDrawableForDensity(iconId, mIconDpi);
248 entry.icon = Utilities.createIconBitmap(info.getBadgedIcon(mIconDpi), mContext);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java96 private final int mIconDpi; field in class:IconCache
120 mIconDpi = inv.fillResIconDpi;
141 d = resources.getDrawableForDensity(iconId, mIconDpi);
384 app.getIcon(mIconDpi), app.getUser(), mContext);
547 info.getIcon(mIconDpi), info.getUser(), mContext);

Completed in 49 milliseconds