Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DASurfaceControlBackPressureTest.java22 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_createFromWindow;
189 long surfaceControl = nSurfaceControl_createFromWindow(surface); in createFromWindow()
DASurfaceControlTest.java25 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_createFromWindow;
148 long surfaceControl = nSurfaceControl_createFromWindow(surface); in createFromWindow()
/cts/tests/tests/view/src/android/view/cts/util/
DASurfaceControlTestUtils.java124 public static native long nSurfaceControl_createFromWindow(Surface surface); in nSurfaceControl_createFromWindow() method in ASurfaceControlTestUtils