Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DBuffer.java37 BitmapCache cache = MasterImage.getImage().getBitmapCache(); in Buffer()
91 BitmapCache cache = MasterImage.getImage().getBitmapCache(); in remove()
DRenderingRequest.java74 bitmap = MasterImage.getImage().getBitmapCache().getBitmap( in post()
DCachingPipeline.java166 mEnvironment.setBitmapCache(MasterImage.getImage().getBitmapCache()); in setupEnvironment()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java319 BitmapCache bitmapCache = MasterImage.getImage().getBitmapCache(); in applyFullGeometryMatrix()
394 BitmapCache cache = MasterImage.getImage().getBitmapCache(); in applyGeometryRepresentations()
DMasterImage.java829 public BitmapCache getBitmapCache() { in getBitmapCache() method in MasterImage
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListFragment.java434 public BitmapCache getBitmapCache() { in getBitmapCache() method in FolderListFragment
1688 mDrawable = new AccountAvatarDrawable(getResources(), getBitmapCache(), in setupDrawable()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DAction.java226 MasterImage.getImage().getBitmapCache().cache(mImage); in clearBitmap()