Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DCameraOps.java81 private int mDeviceOrientation; field in CameraOps
365 mDeviceOrientation = orientation; in updateOrientation()
570 int orientation = ((int)Math.round(mDeviceOrientation/90.0)*90) % 360; in getOrientationHint()