Searched refs:sShadowCache (Results 1 – 1 of 1) sorted by relevance
79 private static final SparseArray<WeakReference<Pair<Path, Bitmap>>> sShadowCache = field in PreloadIconDrawable173 WeakReference<Pair<Path, Bitmap>> shadowRef = sShadowCache.get(key); in getShadowBitmap()189 sShadowCache.put(key, new WeakReference<>(Pair.create(mShapePath, shadow))); in getShadowBitmap()