Home
last modified time | relevance | path

Searched refs:bitmapCache (Results 1 – 3 of 3) 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/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java855 Map<String, SoftReference<Bitmap>> bitmapCache = sProjectBitmapCache.get(projectKey); in clearBitmapCaches() local
856 if (bitmapCache != null) { in clearBitmapCaches()
857 bitmapCache.clear(); in clearBitmapCaches()
/frameworks/base/core/java/android/widget/
DRemoteViews.java10133 BitmapCache bitmapCache,
10137 mBitmapCache = bitmapCache;