Home | History | Annotate | Download | only in wm

Lines Matching defs:windows

25  * 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();
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="); pw.println(windows);