Home
last modified time | relevance | path

Searched refs:sIconCache (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/
H A DSimpleIconCache.java44 private static SimpleIconCache sIconCache = null; field in SimpleIconCache
97 if (sIconCache != null) { in getIconCache()
98 return sIconCache; in getIconCache()
107 sIconCache = new SimpleIconCache(context.getApplicationContext(), dbFileName, in getIconCache()
111 return sIconCache; in getIconCache()
/aosp12/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java1818 sIconCache.clear(); in configurationChanged()
1899 final WeakReference<Drawable.ConstantState> wr = sIconCache.get(name); in getCachedIcon()
1917 sIconCache.remove(name); in getCachedIcon()
1925 sIconCache.put(name, new WeakReference<>(dr.getConstantState())); in putCachedIcon()
1939 for (int i=sIconCache.size()-1; i>=0; i--) { in handlePackageBroadcast()
1940 ResourceName nm = sIconCache.keyAt(i); in handlePackageBroadcast()
1943 sIconCache.removeAt(i); in handlePackageBroadcast()
3168 private static ArrayMap<ResourceName, WeakReference<Drawable.ConstantState>> sIconCache field in ApplicationPackageManager
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt3743 Landroid/app/ApplicationPackageManager;->sIconCache:Landroid/util/ArrayMap;