Searched refs:orientationValue (Results 1 – 3 of 3) sorted by relevance
110 final Integer orientationValue = exifInterface.getTagIntValue(ExifInterface.TAG_ORIENTATION); in writeClippedBitmap() local111 if (orientationValue != null) { in writeClippedBitmap()112 orientation = orientationValue.intValue(); in writeClippedBitmap()
85 final Integer orientationValue = in doInBackgroundTimed() local87 if (orientationValue != null) { in doInBackgroundTimed()88 orientation = orientationValue.intValue(); in doInBackgroundTimed()
274 final Integer orientationValue = in getOrientation() local276 if (orientationValue != null) { in getOrientation()277 orientation = orientationValue.intValue(); in getOrientation()