HomeSort by relevance Sort by last modified time
    Searched refs:orientationCompensation (Results 1 - 4 of 4) 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/Camera/src/com/android/camera/
PanoramaModule.java 215 // calculate the up-to-date orientationCompensation.
216 int orientationCompensation = mDeviceOrientation
218 if (mOrientationCompensation != orientationCompensation) {
219 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 67 milliseconds