Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCam.java164 float gAF = (float) Math.pow(frame.getFl() * Math.abs(gD) / 100.0, 0.42); in fromIntInFrame() local
167 float gA = Math.signum(gD) * 400.0f * gAF / (gAF + 27.13f); in fromIntInFrame()