Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/util/
DASurfaceControlTestUtils.java78 public static void setBufferAlpha(long surfaceControl, double alpha) { in setBufferAlpha() method in ASurfaceControlTestUtils
/cts/tests/tests/view/src/android/view/cts/
DASurfaceControlTest.java43 import static android.view.cts.util.ASurfaceControlTestUtils.setBufferAlpha;
1130 setBufferAlpha(surfaceControl, 1.0); in testSurfaceTransaction_setBufferAlpha_1_0()
1150 setBufferAlpha(surfaceControl, 0.5); in testSurfaceTransaction_setBufferAlpha_0_5()
1179 setBufferAlpha(surfaceControl, 0.0); in testSurfaceTransaction_setBufferAlpha_0_0()
1330 setBufferAlpha(surfaceControl, 0.5); in testSurfaceTransaction_setColorAndBuffer_bufferAlpha_0_5()