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