Searched refs:mIconDpi (Results 1 – 2 of 2) sorted by relevance
68 private int mIconDpi; field in RecentTasksLoader99 mIconDpi = activityManager.getLauncherLargeIconDensity(); in RecentTasksLoader()101 mIconDpi = res.getDisplayMetrics().densityDpi; in RecentTasksLoader()106 int iconSize = (int) (defaultIconSize * mIconDpi / res.getDisplayMetrics().densityDpi); in RecentTasksLoader()230 return resources.getDrawableForDensity(iconId, mIconDpi); in getFullResIcon()
99 private int mIconDpi; field in ResolverActivity232 mIconDpi = am.getLauncherLargeIconDensity(); in onCreate()422 result = res.getDrawableForDensity(resId, mIconDpi); in getIcon()