Searched refs:shadowRef (Results 1 – 1 of 1) sorted by relevance
173 WeakReference<Pair<Path, Bitmap>> shadowRef = sShadowCache.get(key); in getShadowBitmap() local174 Pair<Path, Bitmap> cache = shadowRef != null ? shadowRef.get() : null; in getShadowBitmap()