Searched refs:mWindows (Results 1 – 1 of 1) sorted by relevance
1359 private CompositionTextureView[] mWindows = new CompositionTextureView[MAX_NUM_WINDOWS]; field in EncodeVirtualDisplayWithCompositionTest.TopWindowPresentation1384 mWindows[i] = new CompositionTextureView(getContext()); in populateWindows()1385 mWindows[i].setLayoutParams(new ViewGroup.LayoutParams( in populateWindows()1389 mWindowsLayout[i].addView(mWindows[i]); in populateWindows()1390 mWindows[i].startListening(); in populateWindows()1400 if(!mWindows[i].waitForSurfaceReady(timeoutMs)) { in waitForSurfaceReady()1407 Surface surface = mWindows[windowIndex].getSurface(); in getSurface()