HomeSort by relevance Sort by last modified time
    Searched defs:mDeviceOrientation (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
MockVideoProvider.java 47 private int mDeviceOrientation = DEVICE_ORIENTATION_UNDEFINED;
75 mDeviceOrientation = rotation;
203 return mDeviceOrientation;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MockVideoProvider.java 46 private int mDeviceOrientation = DEVICE_ORIENTATION_UNDEFINED;
92 mDeviceOrientation = rotation;
199 return mDeviceOrientation;
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraOps.java 80 private int mDeviceOrientation;
364 mDeviceOrientation = orientation;
548 int orientation = ((int)Math.round(mDeviceOrientation/90.0)*90) % 360;
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 176 private int mDeviceOrientation;
217 mDeviceOrientation = Util.roundOrientation(orientation, mDeviceOrientation);
220 int orientationCompensation = mDeviceOrientation
602 mDeviceOrientationAtCapture = mDeviceOrientation;
    [all...]

Completed in 124 milliseconds