Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DSurfaceViewTests.java878 private float getStableHdrSdrRatio(Display display) {
932 float ratio = getStableHdrSdrRatio(display);
942 getStableHdrSdrRatio(display) <= (newRatio + 0.01));
947 getStableHdrSdrRatio(display) > newRatio);
979 float ratio = getStableHdrSdrRatio(display);
989 getStableHdrSdrRatio(display) <= (newRatio + 0.01));
995 getStableHdrSdrRatio(display) <= (newRatio + 0.01));
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlTest.java2409 private float getStableHdrSdrRatio(Display display) { in getStableHdrSdrRatio() method in ASurfaceControlTest
2463 float headroom = getStableHdrSdrRatio(display); in testSetDesiredHdrHeadroom()
2477 getStableHdrSdrRatio(display) <= (targetHeadroom + 0.01)); in testSetDesiredHdrHeadroom()
2488 getStableHdrSdrRatio(display) > targetHeadroom); in testSetDesiredHdrHeadroom()
DSurfaceControlTest.java1993 private float getStableHdrSdrRatio(Display display) { in getStableHdrSdrRatio() method
2060 float headroom = getStableHdrSdrRatio(display); in testSetDesiredHdrHeadroom()
2071 getStableHdrSdrRatio(display) <= (targetHeadroom + 0.01)); in testSetDesiredHdrHeadroom()
2080 getStableHdrSdrRatio(display) > targetHeadroom); in testSetDesiredHdrHeadroom()