Searched refs:mShadowCache (Results 1 – 2 of 2) sorted by relevance
45 private final SparseArray<Bitmap> mShadowCache = new SparseArray<>(); field in LauncherIcons64 synchronized (mShadowCache) { in getShadowBitmap()65 Bitmap shadow = mShadowCache.get(shadowSize); in getShadowBitmap()95 synchronized (mShadowCache) { in getShadowBitmap()96 mShadowCache.put(shadowSize, shadow); in getShadowBitmap()
61195 Landroid/util/LauncherIcons;->mShadowCache:Landroid/util/SparseArray;