Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCam.java192 float j = 100.0f * (float) Math.pow(ac / frame.getAw(), frame.getC() * frame.getZ()); in fromIntInFrame()
197 * (frame.getAw() + 4.0f) in fromIntInFrame()
211 float s = 50.0f * (float) Math.sqrt((alpha * frame.getC()) / (frame.getAw() + 4.0f)); in fromIntInFrame()
239 * (frame.getAw() + 4.0f) in fromJchInFrame()
243 float s = 50.0f * (float) Math.sqrt((alpha * frame.getC()) / (frame.getAw() + 4.0f)); in fromJchInFrame()
286 float ac = frame.getAw() * (float) Math.pow(getJ() / 100.0, in viewed()
DFrame.java70 float getAw() { in getAw() method in Frame