Searched defs:BitmapCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java105 private BitmapCache mBitmapCache;
214 public void setBitmapCache(BitmapCache bitmapCache) {
276 mBitmapCache = new BitmapCache();
798 private static class BitmapCache { class in class:RemoteViews
801 public BitmapCache() { method in class:RemoteViews.BitmapCache
805 public BitmapCache(Parcel source) { method in class:RemoteViews.BitmapCache
843 public void assimilate(BitmapCache bitmapCache) {
897 public void setBitmapCache(BitmapCache bitmapCache) {
926 // to implement BitmapReflectionAction, which eliminates duplicates using BitmapCache.
1193 public ViewGroupAction(Parcel parcel, BitmapCache bitmapCach
[all...]

Completed in 8 milliseconds