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.java87 protected int mIconDpi; field in BaseIconCache
129 mIconDpi = iconDpi; in BaseIconCache()
154 mIconDpi = iconDpi; in updateIconParamsBg()
165 return resources.getDrawableForDensity(iconId, mIconDpi); in getFullResIcon()
168 return getFullResDefaultActivityIcon(mIconDpi); in getFullResIcon()
175 return getFullResDefaultActivityIcon(mIconDpi); in getFullResIcon()
183 return getFullResDefaultActivityIcon(mIconDpi); in getFullResIcon()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java235 return mIconProvider.getIcon(info, mIconDpi, flattenDrawable); in getFullResIcon()