Home
last modified time | relevance | path

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

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