Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
DExifOrientation.java47 public static final int readRotation(InputStream in, Context context) { in readRotation() method in ExifOrientation
105 return readRotation(tempFile.getAbsolutePath()); in readRotation()
125 public static final int readRotation(String filePath) { in readRotation() method in ExifOrientation
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
DInputStreamProvider.java227 return ExifOrientation.readRotation(new BufferedInputStream(is), context); in getRotationFromExif()
/packages/apps/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java287 return ExifOrientation.readRotation(mPath); in getExifRotation()