Home
last modified time | relevance | path

Searched defs:iconPixelSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/iconloaderlib/src_full_lib/com/android/launcher3/icons/
DSimpleIconCache.java51 int iconPixelSize, boolean inMemoryCache) { in SimpleIconCache()
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java94 int iconDpi, int iconPixelSize, boolean inMemoryCache) { in BaseIconCache()
146 public void updateIconParams(int iconDpi, int iconPixelSize) { in updateIconParams()
150 private synchronized void updateIconParamsBg(int iconDpi, int iconPixelSize) { in updateIconParamsBg()
526 public IconDB(Context context, String dbFileName, int iconPixelSize) { in IconDB()