Searched refs:sortedWindowCount (Results 1 – 1 of 1) sorted by relevance
226 final int sortedWindowCount = sortedWindows.size(); in getWindows() local227 List<AccessibilityWindowInfo> windows = new ArrayList<>(sortedWindowCount); in getWindows()228 for (int i = sortedWindowCount - 1; i >= 0; i--) { in getWindows()