Lines Matching refs:mOrientationCompensation
254 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()
2220 mOrientationCompensation, mPreviewPanel); in showSharePopup()