HomeSort by relevance Sort by last modified time
    Searched refs:mIconDpi (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
IconCache.java 77 private int mIconDpi;
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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 68 private int mIconDpi;
99 mIconDpi = activityManager.getLauncherLargeIconDensity();
101 mIconDpi = res.getDisplayMetrics().densityDpi;
106 int iconSize = (int) (defaultIconSize * mIconDpi / res.getDisplayMetrics().densityDpi);
230 return resources.getDrawableForDensity(iconId, mIconDpi);
  /packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java 103 private int mIconDpi;
113 mIconDpi = activityManager.getLauncherLargeIconDensity();
115 // need to set mIconDpi before getting default icon
128 d = resources.getDrawableForDensity(iconId, mIconDpi);
152 return mIconDpi;
350 info.getBadgedIcon(mIconDpi), mContext);
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 95 private int mIconDpi;
219 mIconDpi = am.getLauncherLargeIconDensity();
353 result = res.getDrawableForDensity(resId, mIconDpi);
    [all...]

Completed in 736 milliseconds