Searched defs:getBitmapCopy (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DBitmapCache.java206 public synchronized Bitmap getBitmapCopy(Bitmap source, int type) { method in class:BitmapCache
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DFilterEnvironment.java74 public Bitmap getBitmapCopy(Bitmap source, int type) { method in class:FilterEnvironment
75 return mBitmapCache.getBitmapCopy(source, type);

Completed in 60 milliseconds