Searched refs:ORIENTATION_90 (Results 1 – 2 of 2) sorted by relevance
30 imageView.setOrientation(SubsamplingScaleImageView.ORIENTATION_90); in onCreateView()
80 public static final int ORIENTATION_90 = 90; field in SubsamplingScaleImageView86 …inal List<Integer> VALID_ORIENTATIONS = Arrays.asList(ORIENTATION_0, ORIENTATION_90, ORIENTATION_1…1059 } else if (getRequiredRotation() == ORIENTATION_90) { in onDraw()1097 } else if (getRequiredRotation() == ORIENTATION_90) { in onDraw()1859 exifOrientation = ORIENTATION_90; in getExifOrientation()