Searched defs:bitmapCache (Results 1 – 3 of 3) sorted by relevance
74 private static SoftReference<Bitmap> bitmapCache; field in GlifPatternDrawable
319 BitmapCache bitmapCache = PrimaryImage.getImage().getBitmapCache(); in applyFullGeometryMatrix() local
124 private final LruCache<Object, Bitmap> bitmapCache; field in ContactPhotoManagerImpl