Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/util/
DASurfaceControlTestUtils.java125 public static native long nSurfaceControl_create(long surfaceControl); in nSurfaceControl_create() method in ASurfaceControlTestUtils
/cts/tests/tests/view/src/android/view/cts/
DASurfaceControlTest.java24 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_create;
156 long childSurfaceControl = nSurfaceControl_create(parentSurfaceControl); in create()