Home
last modified time | relevance | path

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

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