Searched defs:windows (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java33 * It is updated when windows change or nodes change.
87 public void setWindows(List<AccessibilityWindowInfo> windows) { argument
90 Log.i(LOG_TAG, "Set windows");
93 if (windows == null) {
96 final int windowCount = windows.size();
98 final AccessibilityWindowInfo window = windows.get(i);
248 // Careful to return the windows in a decreasing layer order.
257 // It's possible in transient conditions for two windows to share the same
260 List<AccessibilityWindowInfo> windows = new ArrayList<>(sortedWindowCount);
263 windows
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManagerInternal.java37 * Interface to receive a callback when the windows reported for
43 * Called when the windows for accessibility changed.
45 * @param windows The windows for accessibility.
47 public void onWindowsForAccessibilityChanged(List<WindowInfo> windows); argument
162 * be applied to all windows that should be magnified.
187 * Not all windows are magnified and the window manager policy determines which
188 * windows are magnified. The returned result also takes into account the compat
201 * Sets a callback for observing which windows are touchable for the purposes
247 * Invalidate all visible windows
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java112 // Last window that obscures all windows below
122 // During an orientation change, we track whether all windows have rendered
124 // For seamless rotation cases this always stays true, as the windows complete their orientation
636 // windows behind it, but now it is going away. This may be simple -- just animate away
680 // Destroy the surface of any windows that are no longer visible.
717 // Finally update all input windows now that the window changes have stabilized.
870 * Handles resizing windows during surface placement.
1070 void dumpWindowsNoHeader(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) { argument
1073 if (windows == null || windows
[all...]
H A DAccessibilityController.java967 * This class encapsulates the functionality related to computing the windows
968 * reported for accessibility purposes. These windows are all windows a sighted
1035 List<WindowInfo> windows = new ArrayList<WindowInfo>();
1038 // Do not send the windows if there is no current focus as
1082 // If the window is completely covered by other windows - ignore.
1087 // Add windows of certain types not covered by modal windows.
1092 windows.add(window);
1100 // the reported windows
1244 cacheWindows(List<WindowInfo> windows) argument
1302 clearAndRecycleWindows(List<WindowInfo> windows) argument
[all...]
H A DWindowManagerService.java270 * for multiple windows of the same type and Z-ordering adjustment
274 /** Offset from TYPE_LAYER_MULTIPLIER for moving a group of windows above
385 * Current user when multi-user is enabled. Don't show windows of
390 * Users that are profiles of the current user. These are also allowed to show windows
434 * and now need to have the policy remove their windows.
439 * List of window tokens that have finished drawing their own windows and
446 * List of app window tokens that are waiting for replacing windows. If the
447 * replacement doesn't come in time the stale windows needs to be disposed of.
474 * Windows with a preserved surface waiting to be destroyed. These windows
488 * list or contain windows tha
6534 dumpWindowsLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
6540 dumpWindowsNoHeaderLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h97 /* This flag indicates that a motion event is being split across multiple windows. */
307 /* Sets the list of input windows.
976 Vector<TouchedWindow> windows; member in struct:android::InputDispatcher::TouchState
1092 // Splitting motion events across windows.
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java523 // current state of the windows as the window manager may be delaying
1739 // If there is no service that can operate with interactive windows
1742 // for services that do not operate with interactive windows and run
1745 // is typically the one that operates with interactive windows, So,
1746 // this is fine. Note that to allow a service to work across windows
1761 // We observe windows for accessibility only if there is at least
1763 // it is interested in accessing such windows. For services that are
1784 // Drop all windows we know about.
2584 // We have no windows but do not care about them, done.
2589 // Wait for the windows wit
4237 onWindowsForAccessibilityChanged(List<WindowInfo> windows) argument
4518 updateWindowsLocked(List<WindowInfo> windows) argument
[all...]

Completed in 148 milliseconds