Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DSnapshotDialogFragment.java200 int orientationVal = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, -1); in updateExif() local
214 if (orientationVal >= orientationStrings.length) { in updateExif()
215 orientationVal = 0; in updateExif()
217 String orientation = orientationStrings[orientationVal]; in updateExif()