Searched refs:mWindows (Results 1 – 1 of 1) sorted by relevance
1201 private CompositionTextureView[] mWindows = new CompositionTextureView[MAX_NUM_WINDOWS]; field in EncodeVirtualDisplayWithCompositionTest.TopWindowPresentation1226 mWindows[i] = new CompositionTextureView(getContext()); in populateWindows()1227 mWindows[i].setLayoutParams(new ViewGroup.LayoutParams( in populateWindows()1231 mWindowsLayout[i].addView(mWindows[i]); in populateWindows()1232 mWindows[i].startListening(); in populateWindows()1242 if(!mWindows[i].waitForSurfaceReady(timeoutMs)) { in waitForSurfaceReady()1249 Surface surface = mWindows[windowIndex].getSurface(); in getSurface()