Searched refs:availableRotateAndCropModes (Results 1 – 2 of 2) sorted by relevance
2838 int[] availableRotateAndCropModes = mCharacteristics.get( in isRotateAndCropSupported() local2841 if (availableRotateAndCropModes == null) { in isRotateAndCropSupported()2845 for (int mode : availableRotateAndCropModes) { in isRotateAndCropSupported()
3180 int[] availableRotateAndCropModes = c.get( in testRotateAndCropCharacteristics() local3183 availableRotateAndCropModes != null); in testRotateAndCropCharacteristics()3187 for (int mode : availableRotateAndCropModes) { in testRotateAndCropCharacteristics()3200 if (availableRotateAndCropModes.length > 1) { in testRotateAndCropCharacteristics()