Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DWindowTest.java99 mWindow.setDesiredHdrHeadroom(2.5f); in testSetGetDesiredHdrHeadroom()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DSurfaceViewTests.java920 () -> surfaceView.setDesiredHdrHeadroom(0.5f));
922 () -> surfaceView.setDesiredHdrHeadroom(-1f));
924 () -> surfaceView.setDesiredHdrHeadroom(Float.NaN));
926 () -> surfaceView.setDesiredHdrHeadroom(1000000f));
939 surfaceView.setDesiredHdrHeadroom(newRatio);
944 surfaceView.setDesiredHdrHeadroom(0.f);
986 surfaceView.setDesiredHdrHeadroom(newRatio);
/cts/tests/surfacecontrol/src/android/view/cts/util/
DASurfaceControlTestUtils.java128 public static void setDesiredHdrHeadroom(long surfaceControl, float desiredRatio) { in setDesiredHdrHeadroom() method in ASurfaceControlTestUtils
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlTest.java2037 () -> txn.setDesiredHdrHeadroom(surfaceControl, 0.5f)); in testSetDesiredHdrHeadroom()
2039 () -> txn.setDesiredHdrHeadroom(surfaceControl, -1f)); in testSetDesiredHdrHeadroom()
2041 () -> txn.setDesiredHdrHeadroom(surfaceControl, Float.NaN)); in testSetDesiredHdrHeadroom()
2066 .setDesiredHdrHeadroom(surfaceControlContainer.get(), targetHeadroom) in testSetDesiredHdrHeadroom()
2075 .setDesiredHdrHeadroom(surfaceControlContainer.get(), 0.f) in testSetDesiredHdrHeadroom()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt52282 …ted_hdr") @NonNull public android.view.SurfaceControl.Transaction setDesiredHdrHeadroom(@NonNull a…
52386 …gedApi("com.android.graphics.hwui.flags.limited_hdr") public void setDesiredHdrHeadroom(@FloatRang…
54148 …gedApi("com.android.graphics.hwui.flags.limited_hdr") public void setDesiredHdrHeadroom(@FloatRang…
54539 …gedApi("com.android.graphics.hwui.flags.limited_hdr") public void setDesiredHdrHeadroom(@FloatRang…