Lines Matching defs:windows

1378         // If there is no service that can operate with interactive windows
1381 // for services that do not operate with interactive windows and run
1384 // is typically the one that operates with interactive windows, So,
1385 // this is fine. Note that to allow a service to work across windows
1401 // We observe windows for accessibility only if there is at least
1403 // it is interested in accessing such windows. For services that are
1431 // Drop all windows we know about.
1904 // We have no windows but do not care about them, done.
1909 // Wait for the windows with a timeout.
2194 List<AccessibilityWindowInfo> windows = new ArrayList<>();
2201 windows.add(windowClone);
2203 return windows;
3116 public void onWindowsForAccessibilityChanged(List<WindowInfo> windows) {
3118 // Populate the windows to report.
3120 final int receivedWindowCount = windows.size();
3122 WindowInfo receivedWindow = windows.get(i);
3134 // Let the policy update the focused and active windows.
3137 // Someone may be waiting for the windows - advertise it.
3356 // Also windows changing should always be anounced.
3361 // dispatched *only* if this window is one of the windows
3362 // the accessibility layer reports which are windows
3371 List<AccessibilityWindowInfo> windows = Collections.emptyList();
3373 updateWindowsLocked(windows);
3378 public void updateWindowsLocked(List<AccessibilityWindowInfo> windows) {
3400 final int windowCount = windows.size();
3403 AccessibilityWindowInfo window = windows.get(i);
3444 // the window of interest. After that all windows that cover it should
3446 // we are returning only interactive windows.
3497 // windows are delivered.
3563 // If there is no service that can operate with active windows
3618 // Let the client know the windows changed.