Home
last modified time | relevance | path

Searched refs:inMemoryCache (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() argument
52 super(context, dbFileName, bgLooper, iconDpi, iconPixelSize, inMemoryCache); in SimpleIconCache()
100 boolean inMemoryCache = in getIconCache()
110 inMemoryCache); in getIconCache()
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java94 int iconDpi, int iconPixelSize, boolean inMemoryCache) { in BaseIconCache() argument
101 if (inMemoryCache) { in BaseIconCache()