Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src_full_lib/com/android/launcher3/icons/
DSimpleIconCache.java50 public SimpleIconCache(Context context, String dbFileName, Looper bgLooper, int iconDpi, in SimpleIconCache() argument
52 super(context, dbFileName, bgLooper, iconDpi, iconPixelSize, inMemoryCache); in SimpleIconCache()
63 }, filter, null, new Handler(bgLooper), 0); in SimpleIconCache()
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java96 public BaseIconCache(Context context, String dbFileName, Looper bgLooper, in BaseIconCache() argument
101 mBgLooper = bgLooper; in BaseIconCache()