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

/frameworks/base/services/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 ArrayList<WindowState> windows = new ArrayList<WindowState>(); 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 pw.print(prefix); pw.print("windows
[all...]
H A DWindowManagerService.java213 * for multiple windows of the same type and Z-ordering adjustment
217 /** Offset from TYPE_LAYER_MULTIPLIER for moving a group of windows above
264 * compatible windows.
309 // Current user when multi-user is enabled. Don't show windows of non-current user.
350 * List controlling the ordering of windows in different applications which must
371 * and now need to have the policy remove their windows.
376 * Fake windows added to the window manager. Note: ordered from top to
411 * list or contain windows that need to be force removed.
428 * Used when rebuilding window list to keep track of windows that have
710 // tell all the windows tha
1389 logWindowList(final WindowList windows, String prefix) argument
4863 findWindowOffsetLocked(WindowList windows, int tokenPos) argument
8156 assignLayersLocked(WindowList windows) argument
8510 handleAppTransitionReadyLocked(WindowList windows) argument
10492 dumpWindowsLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
10498 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. */
301 /* Sets the list of input windows.
940 Vector<TouchedWindow> windows; member in struct:android::InputDispatcher::TouchState
1052 // Splitting motion events across windows.
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2327 // exploration gesture end and the shown windows are not that
2346 private int getFocusedWindowIdLocked(IBinder token, SparseArray<IBinder> windows) { argument
2347 final int windowCount = windows.size();
2349 if (windows.valueAt(i) == token) {
2350 return windows.keyAt(i);

Completed in 103 milliseconds