Searched refs:bitmapCache (Results 1 – 1 of 1) sorted by relevance
259 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument988 public void assimilate(BitmapCache bitmapCache) { in assimilate() argument989 ArrayList<Bitmap> bitmapsToBeAdded = bitmapCache.mBitmaps; in assimilate()1042 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument1043 bitmapId = bitmapCache.getBitmapId(bitmap); in setBitmapCache()1344 public ViewGroupAction(Parcel parcel, BitmapCache bitmapCache) { in ViewGroupAction() argument1348 nestedViews = new RemoteViews(parcel, bitmapCache); in ViewGroupAction()1388 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() argument1390 nestedViews.setBitmapCache(bitmapCache); in setBitmapCache()1815 private RemoteViews(Parcel parcel, BitmapCache bitmapCache) { in RemoteViews() argument[all …]