Searched refs:setDesiredHdrHeadroom (Results 1 – 5 of 5) sorted by relevance
99 mWindow.setDesiredHdrHeadroom(2.5f); in testSetGetDesiredHdrHeadroom()
920 () -> 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);
128 public static void setDesiredHdrHeadroom(long surfaceControl, float desiredRatio) { in setDesiredHdrHeadroom() method in ASurfaceControlTestUtils
2037 () -> 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()
52282 …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…