Searched refs:availableRotateAndCropModes (Results 1 – 2 of 2) sorted by relevance
2661 int[] availableRotateAndCropModes = mCharacteristics.get( in isRotateAndCropSupported() local2664 if (availableRotateAndCropModes == null) { in isRotateAndCropSupported()2668 for (int mode : availableRotateAndCropModes) { in isRotateAndCropSupported()
2452 int[] availableRotateAndCropModes = c.get( in testRotateAndCropCharacteristics() local2455 availableRotateAndCropModes != null); in testRotateAndCropCharacteristics()2459 for (int mode : availableRotateAndCropModes) { in testRotateAndCropCharacteristics()2472 if (availableRotateAndCropModes.length > 1) { in testRotateAndCropCharacteristics()