Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCam.java163 float rAF = (float) Math.pow(frame.getFl() * Math.abs(rD) / 100.0, 0.42); in fromIntInFrame() local
166 float rA = Math.signum(rD) * 400.0f * rAF / (rAF + 27.13f); in fromIntInFrame()