HomeSort by relevance Sort by last modified time
    Searched refs:mOrientationCompensation (Results 1 - 4 of 4) sorted by null

  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 179 private int mOrientationCompensation;
222 if (mOrientationCompensation != orientationCompensation) {
223 mOrientationCompensation = orientationCompensation;
224 setOrientationIndicator(mOrientationCompensation);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 254 private int mOrientationCompensation = 0;
558 if (mOrientationCompensation != orientationCompensation) {
559 mOrientationCompensation = orientationCompensation;
562 mOrientationCompensation % 360);
567 setOrientationIndicator(mOrientationCompensation);
596 mRecordingTimeRect.setOrientation(mOrientationCompensation);
    [all...]
Camera.java 138 private int mOrientationCompensation = 0;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 166 private int mOrientationCompensation;
218 if (mOrientationCompensation != orientationCompensation) {
219 mOrientationCompensation = orientationCompensation;
    [all...]

Completed in 272 milliseconds