Home
last modified time | relevance | path

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

/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
DImageLoader.java89 private static class BitmapCache extends LruCache<Long, Bitmap> { class in ImageLoader
90 BitmapCache(int maxSize) { in BitmapCache() method in ImageLoader.BitmapCache
/frameworks/opt/bitmap/src/com/android/bitmap/
DBitmapCache.java19 public interface BitmapCache extends PooledCache<RequestKey, ReusableBitmap> { interface
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DBackgroundHelper.java48 public static class BitmapCache { class in BackgroundHelper
55 private BitmapCache() { in BitmapCache() method in BackgroundHelper.BitmapCache
/frameworks/base/core/java/android/widget/
DRemoteViews.java1104 private static class BitmapCache { class in RemoteViews
1107 public BitmapCache() { in BitmapCache() method in RemoteViews.BitmapCache
1111 public BitmapCache(Parcel source) { in BitmapCache() method in RemoteViews.BitmapCache