Home
last modified time | relevance | path

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

/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java76 public static final int ORIENTATION_USE_EXIF = -1; field in SubsamplingScaleImageView
86 …rays.asList(ORIENTATION_0, ORIENTATION_90, ORIENTATION_180, ORIENTATION_270, ORIENTATION_USE_EXIF);
1838 … if (VALID_ORIENTATIONS.contains(orientation) && orientation != ORIENTATION_USE_EXIF) { in getExifOrientation()
2008 if (orientation == ORIENTATION_USE_EXIF) { in getRequiredRotation()