HomeSort by relevance Sort by last modified time
    Searched defs:getNewFile (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropLoader.java 214 public static File getNewFile(Context context, Uri sourceUri, String filename) {
299 File file = getNewFile(context, sourceUri, filename);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveCopyTask.java 82 this.destinationFile = getNewFile(context, sourceUri);
103 public static File getNewFile(Context context, Uri sourceUri) {

Completed in 69 milliseconds