Searched refs:mWindows (Results 1 – 2 of 2) sorted by relevance
64 private List<String> mWindows = new ArrayList(); field in WindowManagerState101 retry = mWindows.isEmpty() || mFocusedWindow == null || mFocusedApp == null; in computeState()108 if (mWindows.isEmpty()) { in computeState()160 mWindows.add(ws.getName()); in parseSysDump()225 if (mWindows == null || mWindows.isEmpty()) { in getFrontWindow()228 return mWindows.get(0); in getFrontWindow()253 for (String window : mWindows) { in isWindowVisible()274 mWindows.clear(); in reset()
1190 private CompositionTextureView[] mWindows = new CompositionTextureView[MAX_NUM_WINDOWS]; field in EncodeVirtualDisplayWithCompositionTest.TopWindowPresentation1215 mWindows[i] = new CompositionTextureView(getContext()); in populateWindows()1216 mWindows[i].setLayoutParams(new ViewGroup.LayoutParams( in populateWindows()1220 mWindowsLayout[i].addView(mWindows[i]); in populateWindows()1221 mWindows[i].startListening(); in populateWindows()1231 if(!mWindows[i].waitForSurfaceReady(timeoutMs)) { in waitForSurfaceReady()1238 Surface surface = mWindows[windowIndex].getSurface(); in getSurface()