Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/cts/util/
DASurfaceControlTestUtils.java80 public static void setBufferAlpha(long surfaceControl, double alpha) { in setBufferAlpha() method in ASurfaceControlTestUtils
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlTest.java49 import static android.view.cts.util.ASurfaceControlTestUtils.setBufferAlpha;
1352 setBufferAlpha(surfaceControl, 1.0); in testSurfaceTransaction_setBufferAlpha_1_0()
1372 setBufferAlpha(surfaceControl, 0.5); in testSurfaceTransaction_setBufferAlpha_0_5()
1401 setBufferAlpha(surfaceControl, 0.0); in testSurfaceTransaction_setBufferAlpha_0_0()
1556 setBufferAlpha(surfaceControl, 0.5); in testSurfaceTransaction_setColorAndBuffer_bufferAlpha_0_5()