Home
last modified time | relevance | path

Searched refs:sortedWindowCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java252 final int sortedWindowCount = sortedWindows.size(); in getWindows() local
253 List<AccessibilityWindowInfo> windows = new ArrayList<>(sortedWindowCount); in getWindows()
254 for (int i = sortedWindowCount - 1; i >= 0; i--) { in getWindows()