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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java25 * Container of a set of related windows in the window manager. Often this
27 * to display windows. For nested windows, there is a WindowToken created for
41 // not be removed when all windows are removed.
50 // All of the windows associated with this token.
51 final WindowList windows = new WindowList(); field in class:WindowToken
56 // Should this token's windows be hidden?
59 // Temporary for finding which tokens no longer have visible windows.
67 // windows will be put to the bottom of the list.
78 for (int winNdx = windows
[all...]
H A DAccessibilityController.java908 * This class encapsulates the functionality related to computing the windows
909 * reported for accessibility purposes. These windows are all windows a sighted
975 List<WindowInfo> windows = new ArrayList<WindowInfo>();
978 // Do not send the windows if there is no current focus as
1016 // If the window is completely covered by other windows - ignore.
1021 // Add windows of certain types not covered by modal windows.
1026 windows.add(window);
1034 // the reported windows
1186 cacheWindows(List<WindowInfo> windows) argument
1238 clearAndRecycleWindows(List<WindowInfo> windows) argument
[all...]
H A DWindowManagerService.java234 * for multiple windows of the same type and Z-ordering adjustment
238 /** Offset from TYPE_LAYER_MULTIPLIER for moving a group of windows above
322 * Current user when multi-user is enabled. Don't show windows of
327 * Users that are profiles of the current user. These are also allowed to show windows
373 * and now need to have the policy remove their windows.
378 * The input consumer added to the window manager which consumes input events to windows below
413 * list or contain windows that need to be force removed.
427 * Used when rebuilding window list to keep track of windows that have
463 /** Dump of the windows and app tokens at the time of the last ANR. Cleared after
511 // Last systemUiVisibility we dispatched to windows
1083 indexOfWinInWindowList(WindowState targetWin, WindowList windows) argument
1615 logWindowList(final WindowList windows, String prefix) argument
8853 assignLayersLocked(WindowList windows) argument
9195 handleAppTransitionReadyLocked(WindowList windows) argument
11244 dumpWindowsLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
11250 dumpWindowsNoHeaderLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManagerInternal.java35 * Interface to receive a callback when the windows reported for
41 * Called when the windows for accessibility changed.
43 * @param windows The windows for accessibility.
45 public void onWindowsForAccessibilityChanged(List<WindowInfo> windows); argument
142 * be applied to all windows that should be magnified.
152 * Not all windows are magnified and the window manager policy determines which
153 * windows are magnified. The returned result also takes into account the compat
166 * Sets a callback for observing which windows are touchable for the purposes
207 * Invalidate all visible windows
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h97 /* This flag indicates that a motion event is being split across multiple windows. */
301 /* Sets the list of input windows.
970 Vector<TouchedWindow> windows; member in struct:android::InputDispatcher::TouchState
1085 // Splitting motion events across windows.
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1378 // 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
3116 onWindowsForAccessibilityChanged(List<WindowInfo> windows) argument
3378 updateWindowsLocked(List<AccessibilityWindowInfo> windows) argument
[all...]

Completed in 4092 milliseconds