Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java419 final int sortedWindowCount = sortedWindows.size(); in getWindowsOnAllDisplays() local
421 new ArrayList<>(sortedWindowCount); in getWindowsOnAllDisplays()
422 for (int j = sortedWindowCount - 1; j >= 0; j--) { in getWindowsOnAllDisplays()