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.
71 // windows will be put to the bottom of the list.
82 for (int winNdx = windows
[all...]
H A DAccessibilityController.java895 * This class encapsulates the functionality related to computing the windows
896 * reported for accessibility purposes. These windows are all windows a sighted
962 List<WindowInfo> windows = new ArrayList<WindowInfo>();
965 // Do not send the windows if there is no current focus as
1003 // If the window is completely covered by other windows - ignore.
1008 // Add windows of certain types not covered by modal windows.
1013 windows.add(window);
1021 // the reported windows
1173 cacheWindows(List<WindowInfo> windows) argument
1225 clearAndRecycleWindows(List<WindowInfo> windows) argument
[all...]
H A DWindowManagerService.java207 * for multiple windows of the same type and Z-ordering adjustment
211 /** Offset from TYPE_LAYER_MULTIPLIER for moving a group of windows above
258 * compatible windows.
326 * Current user when multi-user is enabled. Don't show windows of
331 * Users that are profiles of the current user. These are also allowed to show windows
375 * and now need to have the policy remove their windows.
380 * Fake windows added to the window manager. Note: ordered from top to
420 * list or contain windows that need to be force removed.
440 * Used when rebuilding window list to keep track of windows that have
747 // tell all the windows tha
1005 indexOfWinInWindowList(WindowState targetWin, WindowList windows) argument
1537 logWindowList(final WindowList windows, String prefix) argument
8657 assignLayersLocked(WindowList windows) argument
9017 handleAppTransitionReadyLocked(WindowList windows) argument
11029 dumpWindowsLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
11035 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
107 * be applied to all windows that should be magnified.
117 * Not all windows are magnified and the window manager policy determines which
118 * windows are magnified. The returned result also takes into account the compat
131 * Sets a callback for observing which windows are touchable for the purposes
172 * 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.
960 Vector<TouchedWindow> windows; member in struct:android::InputDispatcher::TouchState
1074 // Splitting motion events across windows.
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1336 // If there is no service that can operate with interactive windows
1339 // for services that do not operate with interactive windows and run
1342 // is typically the one that operates with interactive windows, So,
1343 // this is fine. Note that to allow a service to work across windows
1359 // We observe windows for accessibility only if there is at least
1361 // it is interested in accessing such windows. For services that are
1389 // Drop all windows we know about.
1862 // We have no windows but do not care about them, done.
1867 // Wait for the windows with a timeout.
2150 List<AccessibilityWindowInfo> windows
3047 onWindowsForAccessibilityChanged(List<WindowInfo> windows) argument
3308 updateWindowsLocked(List<AccessibilityWindowInfo> windows) argument
[all...]

Completed in 174 milliseconds