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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropLoader.java214 public static File getNewFile(Context context, Uri sourceUri, String filename) { method in class:CropLoader
299 File file = getNewFile(context, sourceUri, filename);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DSaveCopyTask.java82 this.destinationFile = getNewFile(context, sourceUri);
103 public static File getNewFile(Context context, Uri sourceUri) { method in class:SaveCopyTask

Completed in 173 milliseconds