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

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

Completed in 33 milliseconds