Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/app/
DOrientationManagerImpl.java131 int roundedOrientationDegrees = mLastDeviceOrientation.getDegrees(); in isInLandscape() local
133 if (roundedOrientationDegrees % 180 == 90) { in isInLandscape()
137 if (roundedOrientationDegrees % 180 == 0) { in isInLandscape()