Searched refs:mOrientationCompensation (Results 1 - 4 of 4) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java179 private int mOrientationCompensation; field in class:PanoramaActivity
222 if (mOrientationCompensation != orientationCompensation) {
223 mOrientationCompensation = orientationCompensation;
224 setOrientationIndicator(mOrientationCompensation);
916 mOrientationCompensation,
/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java254 private int mOrientationCompensation = 0; field in class:VideoCamera
558 if (mOrientationCompensation != orientationCompensation) {
559 mOrientationCompensation = orientationCompensation;
562 mOrientationCompensation % 360);
567 setOrientationIndicator(mOrientationCompensation);
596 mRecordingTimeRect.setOrientation(mOrientationCompensation);
1258 mOrientationCompensationAtRecordStart = mOrientationCompensation;
1300 rotation = mOrientationCompensation % 360;
1304 mOrientationCompensationAtRecordStart = mOrientationCompensation;
1727 setOrientationIndicator(mOrientationCompensation);
[all...]
H A DCamera.java138 private int mOrientationCompensation = 0; field in class:Camera
1303 if (mOrientationCompensation != orientationCompensation) {
1304 mOrientationCompensation = orientationCompensation;
1305 setOrientationIndicator(mOrientationCompensation);
2293 mOrientationCompensation, mPreviewPanel);
/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java166 private int mOrientationCompensation; field in class:PanoramaModule
218 if (mOrientationCompensation != orientationCompensation) {
219 mOrientationCompensation = orientationCompensation;

Completed in 35 milliseconds