Home
last modified time | relevance | path

Searched refs:getBitmapCache (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DBuffer.java37 BitmapCache cache = PrimaryImage.getImage().getBitmapCache(); in Buffer()
91 BitmapCache cache = PrimaryImage.getImage().getBitmapCache(); in remove()
H A DRenderingRequest.java74 bitmap = PrimaryImage.getImage().getBitmapCache().getBitmap( in post()
H A DCachingPipeline.java166 mEnvironment.setBitmapCache(PrimaryImage.getImage().getBitmapCache()); in setupEnvironment()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java319 BitmapCache bitmapCache = PrimaryImage.getImage().getBitmapCache(); in applyFullGeometryMatrix()
394 BitmapCache cache = PrimaryImage.getImage().getBitmapCache(); in applyGeometryRepresentations()
H A DPrimaryImage.java829 public BitmapCache getBitmapCache() { in getBitmapCache() method in PrimaryImage
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DAction.java227 PrimaryImage.getImage().getBitmapCache().cache(mImage); in clearBitmap()