Searched refs:mWindows (Results 1 – 2 of 2) sorted by relevance
1293 private CompositionTextureView[] mWindows = new CompositionTextureView[MAX_NUM_WINDOWS]; field in EncodeVirtualDisplayWithCompositionTestImpl.TopWindowPresentation1318 mWindows[i] = new CompositionTextureView(getContext()); in populateWindows()1319 mWindows[i].setLayoutParams(new ViewGroup.LayoutParams( in populateWindows()1323 mWindowsLayout[i].addView(mWindows[i]); in populateWindows()1324 mWindows[i].startListening(); in populateWindows()1334 if(!mWindows[i].waitForSurfaceReady(timeoutMs)) { in waitForSurfaceReady()1341 Surface surface = mWindows[windowIndex].getSurface(); in getSurface()
1721 private final ArrayList<WindowState> mWindows = new ArrayList<>();1733 collectDescendantsOfType(WindowState.class, this, mWindows);1775 for (WindowState w : mWindows) {