Searched refs:sortedWindowCount (Results 1 – 1 of 1) sorted by relevance
419 final int sortedWindowCount = sortedWindows.size(); in getWindowsOnAllDisplays() local421 new ArrayList<>(sortedWindowCount); in getWindowsOnAllDisplays()422 for (int j = sortedWindowCount - 1; j >= 0; j--) { in getWindowsOnAllDisplays()