Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java49 private static final int ORIENTATION_COUNT = 4; field in BaseRenderer
323 int currentRotation = ORIENTATION_COUNT - display.getRotation(); in getDeviceRotation()
339 int difference = (currentOrientation - defaultOrientation) % ORIENTATION_COUNT; in getDeviceRotation()