Searched refs:ExifOrientation (Results 1 – 3 of 3) sorted by relevance
17 import com.android.gallery3d.common.ExifOrientation;227 return ExifOrientation.readRotation(new BufferedInputStream(is), context); in getRotationFromExif()
33 import com.android.gallery3d.common.ExifOrientation;287 return ExifOrientation.readRotation(mPath); in getExifRotation()
29 public class ExifOrientation { class