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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DOrientationManager.java53 private int mOrientationCompensation = 0; field in class:OrientationManager
146 if (mOrientationCompensation != orientationCompensation) {
147 mOrientationCompensation = orientationCompensation;
154 if (mOrientationCompensation != 0) {
155 mOrientationCompensation = 0;
194 return mOrientationCompensation;
/packages/apps/Camera/src/com/android/camera/
H A DCameraActivity.java59 private int mOrientationCompensation = 0; field in class:CameraActivity
131 if (mOrientationCompensation != orientationCompensation) {
132 mOrientationCompensation = orientationCompensation;
H A DVideoModule.java233 private int mOrientationCompensation = 0; field in class:VideoModule
597 if (mOrientationCompensation != orientationCompensation || mOrientationResetNeeded) {
598 mOrientationCompensation = orientationCompensation;
602 setOrientationIndicator(mOrientationCompensation, true);
616 mPopup.setOrientation(mOrientationCompensation, true);
648 mRecordingTimeRect.setOrientation(mOrientationCompensation, animation);
1272 mOrientationCompensationAtRecordStart = mOrientationCompensation;
1335 mOrientationCompensationAtRecordStart = mOrientationCompensation;
1774 setOrientationIndicator(mOrientationCompensation, true);
2330 setOrientationIndicator(mOrientationCompensation, fals
[all...]
H A DPhotoModule.java165 private int mOrientationCompensation = 0; field in class:PhotoModule
1457 if (mOrientationCompensation != orientationCompensation) {
1458 mOrientationCompensation = orientationCompensation;
1460 mFaceView.setOrientation(mOrientationCompensation, true);
2526 new RotateTextToast(mActivity, R.string.tap_to_focus, mOrientationCompensation).show();
2566 mPopup.setOrientation(mOrientationCompensation, false);
H A DPanoramaModule.java167 private int mOrientationCompensation; field in class:PanoramaModule
217 if (mOrientationCompensation != orientationCompensation) {
218 mOrientationCompensation = orientationCompensation;
/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);

Completed in 128 milliseconds