Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java151 float [] rotv3; in testGetInclination() local
176 float [] rotv3; in testGetOrientation() local
185 rotv3 = SensorManager.getOrientation( ((i&1) != 0) ? R : mat9to16(R), rotv2); in testGetOrientation()
186 assertTrue("getOrientaion has to return the array passed in argument", rotv3 == rotv2); in testGetOrientation()