Searched refs:mWindows (Results 1 – 1 of 1) sorted by relevance
1183 private CompositionTextureView[] mWindows = new CompositionTextureView[MAX_NUM_WINDOWS]; field in EncodeVirtualDisplayWithCompositionTest.TopWindowPresentation1208 mWindows[i] = new CompositionTextureView(getContext()); in populateWindows()1209 mWindows[i].setLayoutParams(new ViewGroup.LayoutParams( in populateWindows()1213 mWindowsLayout[i].addView(mWindows[i]); in populateWindows()1214 mWindows[i].startListening(); in populateWindows()1224 if(!mWindows[i].waitForSurfaceReady(timeoutMs)) { in waitForSurfaceReady()1231 Surface surface = mWindows[windowIndex].getSurface(); in getSurface()