Searched refs:addSurfaceView (Results 1 – 4 of 4) sorted by relevance
46 addSurfaceView() in <lambda>()75 private fun addSurfaceView() { in <lambda>() method78 surfaceReadyLatch = it.addSurfaceView(defaultBufferSize) in <lambda>()
46 surfaceReadyLatch = it.addSurfaceView(defaultBufferSize) in setup()
59 fun addSurfaceView(size: Point): CountDownLatch { in addSurfaceView() method in com.android.test.MainActivity
104 mActivity.runOnUiThread(() -> addSurfaceView(svReadyLatch)); in requestFocusWithMultipleWindows()166 private void addSurfaceView(CountDownLatch svReadyLatch) { in addSurfaceView() method in SurfaceControlViewHostTests