Searched refs:windowsOfDisplay (Results 1 – 1 of 1) sorted by relevance
152 final List<AccessibilityWindowInfo> windowsOfDisplay = in setWindowsOnAllDisplays() local155 if (windowsOfDisplay == null) { in setWindowsOnAllDisplays()160 final int windowCount = windowsOfDisplay.size(); in setWindowsOnAllDisplays()162 addWindowByDisplayLocked(displayId, windowsOfDisplay.get(j)); in setWindowsOnAllDisplays()400 final SparseArray<AccessibilityWindowInfo> windowsOfDisplay = in getWindowsOnAllDisplays() local403 if (windowsOfDisplay == null) { in getWindowsOnAllDisplays()407 final int windowCount = windowsOfDisplay.size(); in getWindowsOnAllDisplays()414 AccessibilityWindowInfo window = windowsOfDisplay.valueAt(j); in getWindowsOnAllDisplays()455 final SparseArray<AccessibilityWindowInfo> windowsOfDisplay = in getWindow() local457 if (windowsOfDisplay == null) { in getWindow()[all …]