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