Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java259 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument
988 public void assimilate(BitmapCache bitmapCache) { in assimilate() argument
989 ArrayList<Bitmap> bitmapsToBeAdded = bitmapCache.mBitmaps; in assimilate()
1042 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument
1043 bitmapId = bitmapCache.getBitmapId(bitmap); in setBitmapCache()
1344 public ViewGroupAction(Parcel parcel, BitmapCache bitmapCache) { in ViewGroupAction() argument
1348 nestedViews = new RemoteViews(parcel, bitmapCache); in ViewGroupAction()
1388 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument
1390 nestedViews.setBitmapCache(bitmapCache); in setBitmapCache()
1815 private RemoteViews(Parcel parcel, BitmapCache bitmapCache) { in RemoteViews() argument
[all …]