Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMockVideoProvider.java46 private int mDeviceOrientation = DEVICE_ORIENTATION_UNDEFINED; field in MockVideoProvider
92 mDeviceOrientation = rotation; in onSetDeviceOrientation()
199 return mDeviceOrientation; in getDeviceOrientation()
/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()