Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DRobustnessTest.java180 RotationData rotation = ((RobustnessPath) mTestPath).handleRotation( in getRotationData()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java185 public RotationData handleRotation(float[] rotationQuaternion, float[] rotationLocation, in handleRotation() method in RobustnessPath
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DAImageDecoderTest.kt942 private fun handleRotation(original: Bitmap, image: String): Bitmap { in <lambda>() method
974 var expectedBm = handleRotation(decodeF16(image), image) in <lambda>()