Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DSnapshotDialogFragment.java183 double focalLength = exif.getAttributeDouble(ExifInterface.TAG_FOCAL_LENGTH, 0); in updateExif() local
233 append(focalLength).append("\n"); in updateExif()