Home
last modified time | relevance | path

Searched refs:orientationCompensation (Results 1 – 5 of 5) 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/Camera/src/com/android/camera/
DPanoramaModule.java216 int orientationCompensation = mDeviceOrientation in onOrientationChanged() local
218 if (mOrientationCompensation != orientationCompensation) { in onOrientationChanged()
219 mOrientationCompensation = orientationCompensation; in onOrientationChanged()
/packages/apps/Gallery2/src/com/android/camera/
DPanoramaModule.java218 int orientationCompensation = mDeviceOrientation in onOrientationChanged() local
220 if (mOrientationCompensation != orientationCompensation) { in onOrientationChanged()
221 mOrientationCompensation = orientationCompensation; in onOrientationChanged()
/packages/apps/LegacyCamera/src/com/android/camera/
DCamera.java1301 int orientationCompensation = mOrientation in onOrientationChanged() local
1303 if (mOrientationCompensation != orientationCompensation) { in onOrientationChanged()
1304 mOrientationCompensation = orientationCompensation; in onOrientationChanged()
DVideoCamera.java555 int orientationCompensation = mOrientation in onOrientationChanged() local
558 if (mOrientationCompensation != orientationCompensation) { in onOrientationChanged()
559 mOrientationCompensation = orientationCompensation; in onOrientationChanged()