Searched refs:bitmapCache (Results 1 – 3 of 3) sorted by relevance
74 private static SoftReference<Bitmap> bitmapCache; field in GlifPatternDrawable90 bitmapCache = null; in invalidatePattern()108 if (bitmapCache != null) { in draw()109 bitmap = bitmapCache.get(); in draw()129 bitmapCache = new SoftReference<>(bitmap); in draw()
855 Map<String, SoftReference<Bitmap>> bitmapCache = sProjectBitmapCache.get(projectKey); in clearBitmapCaches() local856 if (bitmapCache != null) { in clearBitmapCaches()857 bitmapCache.clear(); in clearBitmapCaches()
10133 BitmapCache bitmapCache,10137 mBitmapCache = bitmapCache;