Searched refs:availableRotateAndCropModes (Results 1 – 2 of 2) sorted by relevance
2675 int[] availableRotateAndCropModes = mCharacteristics.get( in isRotateAndCropSupported() local2678 if (availableRotateAndCropModes == null) { in isRotateAndCropSupported()2682 for (int mode : availableRotateAndCropModes) { in isRotateAndCropSupported()
2450 int[] availableRotateAndCropModes = c.get( in testRotateAndCropCharacteristics() local2453 availableRotateAndCropModes != null); in testRotateAndCropCharacteristics()2457 for (int mode : availableRotateAndCropModes) { in testRotateAndCropCharacteristics()2470 if (availableRotateAndCropModes.length > 1) { in testRotateAndCropCharacteristics()