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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java214 public void setBitmapCache(BitmapCache bitmapCache) { argument
843 public void assimilate(BitmapCache bitmapCache) { argument
844 ArrayList<Bitmap> bitmapsToBeAdded = bitmapCache.mBitmaps;
897 public void setBitmapCache(BitmapCache bitmapCache) { argument
898 bitmapId = bitmapCache.getBitmapId(bitmap);
1193 public ViewGroupAction(Parcel parcel, BitmapCache bitmapCache) { argument
1197 nestedViews = new RemoteViews(parcel, bitmapCache);
1237 public void setBitmapCache(BitmapCache bitmapCache) { argument
1239 nestedViews.setBitmapCache(bitmapCache);
1504 private RemoteViews(Parcel parcel, BitmapCache bitmapCache) { argument
1644 setBitmapCache(BitmapCache bitmapCache) argument
[all...]

Completed in 77 milliseconds