Home | History | Annotate | Download | only in camera2raw

Lines Matching defs:deviceRotation

1054             int deviceRotation = activity.getWindowManager().getDefaultDisplay().getRotation();
1059 int totalRotation = sensorToDeviceRotation(mCharacteristics, deviceRotation);
1102 (360 + ORIENTATIONS.get(deviceRotation)) % 360 :
1103 (360 - ORIENTATIONS.get(deviceRotation)) % 360;
1127 if (Surface.ROTATION_90 == deviceRotation || Surface.ROTATION_270 == deviceRotation) {