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 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 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.
312 // Current user when multi-user is enabled. Don't show windows of non-current user.
353 * List controlling the ordering of windows in different applications which must
374 * and now need to have the policy remove their windows.
379 * Fake windows added to the window manager. Note: ordered from top to
414 * list or contain windows that need to be force removed.
431 * Used when rebuilding window list to keep track of windows that have
713 // tell all the windows tha
931 indexOfWinInWindowList(WindowState targetWin, WindowList windows) argument
1414 logWindowList(final WindowList windows, String prefix) argument
4900 findWindowOffsetLocked(WindowList windows, int tokenPos) argument
8207 assignLayersLocked(WindowList windows) argument
8561 handleAppTransitionReadyLocked(WindowList windows) argument
10543 dumpWindowsLocked(PrintWriter pw, boolean dumpAll, ArrayList<WindowState> windows) argument
10549 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 151 milliseconds