Searched refs:ori (Results 1 – 2 of 2) sorted by relevance
171 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); in loadInBackground() local172 if (ori != null) { in loadInBackground()173 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue()); in loadInBackground()
294 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); in getRotationFromExifHelper() local295 if (ori != null) { in getRotationFromExifHelper()296 return ExifInterface.getRotationForOrientationValue(ori.shortValue()); in getRotationFromExifHelper()