Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/app/
DOrientationManagerImpl.java60 private DeviceOrientation mLastDeviceOrientation = DeviceOrientation.CLOCKWISE_0; field in OrientationManagerImpl
106 return mLastDeviceOrientation; in getDeviceOrientation()
131 int roundedOrientationDegrees = mLastDeviceOrientation.getDegrees(); in isInLandscape()
213 roundOrientation(mLastDeviceOrientation, orientation);
214 if (roundedDeviceOrientation == mLastDeviceOrientation) {
217 Log.v(TAG, "orientation changed (from:to) " + mLastDeviceOrientation +
219 mLastDeviceOrientation = roundedDeviceOrientation;