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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCropImage.java944 private static void copyExif(MediaItem item, String destination, int newWidth, int newHeight) { argument
949 newExif.setAttribute(ExifInterface.TAG_IMAGE_LENGTH, String.valueOf(newHeight));
957 private static void copyExif(String source, String destination, int newWidth, int newHeight) { argument
963 newExif.setAttribute(ExifInterface.TAG_IMAGE_LENGTH, String.valueOf(newHeight));

Completed in 102 milliseconds