Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DASurfaceControlBackPressureTest.java29 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceTransaction_setSolidBuffer;
206 long buffer = nSurfaceTransaction_setSolidBuffer( in setSolidBuffer()
DASurfaceControlTest.java39 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceTransaction_setSolidBuffer;
185 long buffer = nSurfaceTransaction_setSolidBuffer(surfaceControl, surfaceTransaction, in setSolidBuffer()
/cts/tests/tests/view/src/android/view/cts/util/
DASurfaceControlTestUtils.java128 public static native long nSurfaceTransaction_setSolidBuffer( in nSurfaceTransaction_setSolidBuffer() method in ASurfaceControlTestUtils