Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java220 int orientationCompensation = mDeviceOrientation in onOrientationChanged() local
222 if (mOrientationCompensation != orientationCompensation) { in onOrientationChanged()
223 mOrientationCompensation = orientationCompensation; in onOrientationChanged()
/packages/apps/LegacyCamera/src/com/android/camera/
DCamera.java1314 int orientationCompensation = mOrientation in onOrientationChanged() local
1316 if (mOrientationCompensation != orientationCompensation) { in onOrientationChanged()
1317 mOrientationCompensation = orientationCompensation; in onOrientationChanged()
DVideoCamera.java555 int orientationCompensation = mOrientation in onOrientationChanged() local
558 if (mOrientationCompensation != orientationCompensation) { in onOrientationChanged()
559 mOrientationCompensation = orientationCompensation; in onOrientationChanged()