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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java299 public void setBitmapCache(BitmapCache bitmapCache) { argument
1095 public void assimilate(BitmapCache bitmapCache) { argument
1096 ArrayList<Bitmap> bitmapsToBeAdded = bitmapCache.mBitmaps;
1114 BitmapCache bitmapCache = new BitmapCache();
1115 bitmapCache.mBitmaps.addAll(mBitmaps);
1116 return bitmapCache;
1156 public void setBitmapCache(BitmapCache bitmapCache) { argument
1157 bitmapId = bitmapCache.getBitmapId(bitmap);
1505 public ViewGroupAction(Parcel parcel, BitmapCache bitmapCache) { argument
1509 nestedViews = new RemoteViews(parcel, bitmapCache);
1586 setBitmapCache(BitmapCache bitmapCache) argument
2172 RemoteViews(Parcel parcel, BitmapCache bitmapCache) argument
2337 setBitmapCache(BitmapCache bitmapCache) argument
[all...]

Completed in 33 milliseconds