Searched refs:bitmapCache (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
D | GlifPatternDrawable.java | 74 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/ |
D | RemoteViews.java | 429 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument 1228 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument 1229 bitmapId = bitmapCache.getBitmapId(bitmap); in setBitmapCache() 1574 ViewGroupActionAdd(Parcel parcel, BitmapCache bitmapCache, ApplicationInfo info, in ViewGroupActionAdd() argument 1578 mNestedViews = new RemoteViews(parcel, bitmapCache, info, depth, classCookies); in ViewGroupActionAdd() 1642 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument 1643 mNestedViews.setBitmapCache(bitmapCache); in setBitmapCache() 2320 private RemoteViews(Parcel parcel, BitmapCache bitmapCache, ApplicationInfo info, int depth, 2331 if (bitmapCache == null) { 2336 setBitmapCache(bitmapCache); [all …]
|