Searched refs:mDeviceOrientation (Results 1 - 3 of 3) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DVideoCallPresenter.java69 return mDeviceOrientation;
130 private int mDeviceOrientation; field in class:VideoCallPresenter
508 setPreviewSize(mDeviceOrientation, aspectRatio);
525 mDeviceOrientation = orientation;
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java176 private int mDeviceOrientation; field in class:PanoramaActivity
217 mDeviceOrientation = Util.roundOrientation(orientation, mDeviceOrientation);
220 int orientationCompensation = mDeviceOrientation
602 mDeviceOrientationAtCapture = mDeviceOrientation;
/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java163 private int mDeviceOrientation; field in class:PanoramaModule
213 mDeviceOrientation = Util.roundOrientation(orientation, mDeviceOrientation);
216 int orientationCompensation = mDeviceOrientation
566 mDeviceOrientationAtCapture = mDeviceOrientation;

Completed in 249 milliseconds