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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowToken.java24 * Container of a set of related windows in the window manager. Often this
26 * to display windows. For nested windows, there is a WindowToken created for
40 // not be removed when all windows are removed.
49 // All of the windows associated with this token.
50 final WindowList windows = new WindowList(); field in class:WindowToken
55 // Should this token's windows be hidden?
58 // Temporary for finding which tokens no longer have visible windows.
70 // windows will be put to the bottom of the list.
81 pw.print(prefix); pw.print("windows
[all...]
H A DWindowManagerService.java201 * for multiple windows of the same type and Z-ordering adjustment
205 /** Offset from TYPE_LAYER_MULTIPLIER for moving a group of windows above
252 * compatible windows.
309 // Current user when multi-user is enabled. Don't show windows of non-current user.
349 * and now need to have the policy remove their windows.
354 * Fake windows added to the window manager. Note: ordered from top to
389 * list or contain windows that need to be force removed.
406 * Used when rebuilding window list to keep track of windows that have
650 // tell all the windows that the drag has ended
823 final WindowList windows
883 indexOfWinInWindowList(WindowState targetWin, WindowList windows) argument
1408 logWindowList(final WindowList windows, String prefix) argument
8006 assignLayersLocked(WindowList windows) argument
8364 handleAppTransitionReadyLocked(WindowList windows) argument
10264 dumpWindowsLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
10270 dumpWindowsNoHeaderLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
[all...]
/frameworks/base/services/input/
H A DInputDispatcher.h97 /* This flag indicates that a motion event is being split across multiple windows. */
304 /* Sets the list of input windows.
948 Vector<TouchedWindow> windows; member in struct:android::InputDispatcher::TouchState
1060 // Splitting motion events across windows.
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2885 // exploration gesture end and the shown windows are not that
2904 private int getFocusedWindowIdLocked(IBinder token, SparseArray<IBinder> windows) { argument
2905 final int windowCount = windows.size();
2907 if (windows.valueAt(i) == token) {
2908 return windows.keyAt(i);

Completed in 4613 milliseconds