Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCam.java181 float atanDegrees = atan2 * 180.0f / (float) Math.PI; in fromIntInFrame() local
183 atanDegrees < 0 in fromIntInFrame()
184 ? atanDegrees + 360.0f in fromIntInFrame()
185 : atanDegrees >= 360 ? atanDegrees - 360.0f : atanDegrees; in fromIntInFrame()