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

  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 190 private int mOrientationCompensation = 0;
419 mHeadUpDisplay.initialize(this, group, mOrientationCompensation);
423 mHeadUpDisplay.setOrientation(mOrientationCompensation);
458 if (mOrientationCompensation != orientationCompensation) {
459 mOrientationCompensation = orientationCompensation;
461 setOrientationIndicator(mOrientationCompensation);
463 mHeadUpDisplay.setOrientation(mOrientationCompensation);
    [all...]
Camera.java 141 private int mOrientationCompensation = 0;
    [all...]

Completed in 13 milliseconds