Searched refs:VALID_ORIENTATIONS (Results 1 – 1 of 1) sorted by relevance
86 …private static final List<Integer> VALID_ORIENTATIONS = Arrays.asList(ORIENTATION_0, ORIENTATION_9… field in SubsamplingScaleImageView366 if (!VALID_ORIENTATIONS.contains(orientation)) { in setOrientation()1838 … if (VALID_ORIENTATIONS.contains(orientation) && orientation != ORIENTATION_USE_EXIF) { in getExifOrientation()1923 …if (state != null && state.getCenter() != null && VALID_ORIENTATIONS.contains(state.getOrientation… in restoreState()