Home
last modified time | relevance | path

Searched refs:mDeviceOrientationAtCapture (Results 1 – 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java177 private int mDeviceOrientationAtCapture; field in PanoramaActivity
602 mDeviceOrientationAtCapture = mDeviceOrientation; in startCapture()
858 int orientation = (mDeviceOrientationAtCapture + mCameraOrientation) % 360; in saveHighResMosaic()