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

  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 219 // calculate the up-to-date orientationCompensation.
220 int orientationCompensation = mDeviceOrientation
222 if (mOrientationCompensation != orientationCompensation) {
223 mOrientationCompensation = orientationCompensation;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java     [all...]
VideoCamera.java 554 // calculate the up-to-date orientationCompensation.
555 int orientationCompensation = mOrientation
558 if (mOrientationCompensation != orientationCompensation) {
559 mOrientationCompensation = orientationCompensation;
    [all...]

Completed in 55 milliseconds