Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorManagerStaticTest.java246 assertVectorRoughlyEqual( in testGetQuaternionFromVector()
306 assertVectorRoughlyEqual( in testGetRotationMatrix()
320 assertVectorRoughlyEqual( in testGetRotationMatrix()
324 assertVectorRoughlyEqual( in testGetRotationMatrix()
459 assertVectorRoughlyEqual( in testGetRotationMatrixFromVector()
518 assertVectorRoughlyEqual( in testRemapCoordinateSystem()
524 assertVectorRoughlyEqual( in testRemapCoordinateSystem()
530 assertVectorRoughlyEqual( in testRemapCoordinateSystem()
610 private static void assertVectorRoughlyEqual(String message, float [] v1, float [] v2, in assertVectorRoughlyEqual() method in SensorManagerStaticTest