Searched refs:tempWindowStatesList (Results 1 – 1 of 1) sorted by relevance
1395 final List<WindowState> tempWindowStatesList = new ArrayList<>(); in populateVisibleWindowsOnScreenLocked() local1399 tempWindowStatesList.add(w); in populateVisibleWindowsOnScreenLocked()1416 && tempWindowStatesList.contains(parentWindow)) { in populateVisibleWindowsOnScreenLocked()1417 tempWindowStatesList.add( in populateVisibleWindowsOnScreenLocked()1418 tempWindowStatesList.lastIndexOf(parentWindow) + 1, w); in populateVisibleWindowsOnScreenLocked()1421 for (int i = 0; i < tempWindowStatesList.size(); i++) { in populateVisibleWindowsOnScreenLocked()1422 outWindows.put(i, tempWindowStatesList.get(i)); in populateVisibleWindowsOnScreenLocked()