Searched defs:mDeviceOrientationAtCapture (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java165 private int mDeviceOrientationAtCapture; field in class:PanoramaModule
525 mDeviceOrientationAtCapture = mDeviceOrientation;
748 orientation = (mDeviceOrientationAtCapture - mCameraOrientation + 360) % 360;
750 orientation = (mDeviceOrientationAtCapture + mCameraOrientation) % 360;
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java177 private int mDeviceOrientationAtCapture; field in class:PanoramaActivity
602 mDeviceOrientationAtCapture = mDeviceOrientation;
858 int orientation = (mDeviceOrientationAtCapture + mCameraOrientation) % 360;

Completed in 75 milliseconds