Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DCropImage.java970 ExifInterface oldExif = new ExifInterface(source); in copyExif() local
978 String value = oldExif.getAttribute(tag); in copyExif()
985 String value = oldExif.getAttribute(ExifInterface.TAG_APERTURE); in copyExif()