Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java85 protected int mIconDpi; field in BaseIconCache
126 mIconDpi = iconDpi; in BaseIconCache()
151 mIconDpi = iconDpi; in updateIconParamsBg()
162 return resources.getDrawableForDensity(iconId, mIconDpi); in getFullResIcon()
165 return getFullResDefaultActivityIcon(mIconDpi); in getFullResIcon()
172 return getFullResDefaultActivityIcon(mIconDpi); in getFullResIcon()
180 return getFullResDefaultActivityIcon(mIconDpi); in getFullResIcon()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java235 return mIconProvider.getIcon(info, mIconDpi, flattenDrawable); in getFullResIcon()