Searched refs:readRotation (Results 1 – 3 of 3) sorted by relevance
47 public static final int readRotation(InputStream in, Context context) { in readRotation() method in ExifOrientation105 return readRotation(tempFile.getAbsolutePath()); in readRotation()125 public static final int readRotation(String filePath) { in readRotation() method in ExifOrientation
227 return ExifOrientation.readRotation(new BufferedInputStream(is), context); in getRotationFromExif()
287 return ExifOrientation.readRotation(mPath); in getExifRotation()