Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/
DVideoCamera.java254 private int mOrientationCompensation = 0; field in VideoCamera
558 if (mOrientationCompensation != orientationCompensation) { in onOrientationChanged()
559 mOrientationCompensation = orientationCompensation; in onOrientationChanged()
562 mOrientationCompensation % 360); in onOrientationChanged()
567 setOrientationIndicator(mOrientationCompensation); in onOrientationChanged()
596 mRecordingTimeRect.setOrientation(mOrientationCompensation); in setOrientationIndicator()
1258 mOrientationCompensationAtRecordStart = mOrientationCompensation; in initializeRecorder()
1300 rotation = mOrientationCompensation % 360; in initializeEffectsPreview()
1304 mOrientationCompensationAtRecordStart = mOrientationCompensation; in initializeEffectsPreview()
1727 setOrientationIndicator(mOrientationCompensation); in stopVideoRecording()
[all …]
DCamera.java138 private int mOrientationCompensation = 0; field in Camera
1316 if (mOrientationCompensation != orientationCompensation) { in onOrientationChanged()
1317 mOrientationCompensation = orientationCompensation; in onOrientationChanged()
1318 setOrientationIndicator(mOrientationCompensation); in onOrientationChanged()
2311 mOrientationCompensation, mPreviewPanel); in showSharePopup()
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java179 private int mOrientationCompensation; field in PanoramaActivity
222 if (mOrientationCompensation != orientationCompensation) { in onOrientationChanged()
223 mOrientationCompensation = orientationCompensation; in onOrientationChanged()
224 setOrientationIndicator(mOrientationCompensation); in onOrientationChanged()
916 mOrientationCompensation, in showSharePopup()