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 | 578 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument 1594 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument 1595 bitmapId = bitmapCache.getBitmapId(bitmap); in setBitmapCache() 2299 ViewGroupActionAdd(Parcel parcel, BitmapCache bitmapCache, ApplicationInfo info, in ViewGroupActionAdd() argument 2304 mNestedViews = new RemoteViews(parcel, bitmapCache, info, depth, classCookies); in ViewGroupActionAdd() 2486 public void setBitmapCache(BitmapCache bitmapCache) { 2487 mNestedViews.setBitmapCache(bitmapCache); 3697 private RemoteViews(Parcel parcel, BitmapCache bitmapCache, ApplicationInfo info, int depth, 3708 if (bitmapCache == null) { 3713 setBitmapCache(bitmapCache); [all …]
|