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 | 437 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument 1237 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument 1238 bitmapId = bitmapCache.getBitmapId(bitmap); in setBitmapCache() 1583 ViewGroupActionAdd(Parcel parcel, BitmapCache bitmapCache, ApplicationInfo info, in ViewGroupActionAdd() argument 1587 mNestedViews = new RemoteViews(parcel, bitmapCache, info, depth, classCookies); in ViewGroupActionAdd() 1651 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument 1652 mNestedViews.setBitmapCache(bitmapCache); in setBitmapCache() 2329 private RemoteViews(Parcel parcel, BitmapCache bitmapCache, ApplicationInfo info, int depth, 2340 if (bitmapCache == null) { 2345 setBitmapCache(bitmapCache); [all …]
|