Searched refs:bitmapCache (Results 1 – 2 of 2) 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()
7815 BitmapCache bitmapCache,7819 mBitmapCache = bitmapCache;