Home
last modified time | relevance | path

Searched refs:deviceRotation (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
DCamera2RawFragment.java1052 int deviceRotation = activity.getWindowManager().getDefaultDisplay().getRotation(); in configureTransform() local
1057 int totalRotation = sensorToDeviceRotation(mCharacteristics, deviceRotation); in configureTransform()
1100 (360 + ORIENTATIONS.get(deviceRotation)) % 360 : in configureTransform()
1101 (360 - ORIENTATIONS.get(deviceRotation)) % 360; in configureTransform()
1125 if (Surface.ROTATION_90 == deviceRotation || Surface.ROTATION_270 == deviceRotation) { in configureTransform()