Home
last modified time | relevance | path

Searched refs:bitmapCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java74 private static SoftReference<Bitmap> bitmapCache; field in GlifPatternDrawable
90 bitmapCache = null; in invalidatePattern()
108 if (bitmapCache != null) { in draw()
109 bitmap = bitmapCache.get(); in draw()
129 bitmapCache = new SoftReference<>(bitmap); in draw()
/frameworks/base/core/java/android/widget/
DRemoteViews.java7815 BitmapCache bitmapCache,
7819 mBitmapCache = bitmapCache;