Home
last modified time | relevance | path

Searched defs:bitmapCache (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifPatternDrawable.java74 private static SoftReference<Bitmap> bitmapCache; field in GlifPatternDrawable
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java319 BitmapCache bitmapCache = PrimaryImage.getImage().getBitmapCache(); in applyFullGeometryMatrix() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/contactphoto/
H A DContactPhotoManagerImpl.java124 private final LruCache<Object, Bitmap> bitmapCache; field in ContactPhotoManagerImpl