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

/frameworks/base/services/java/com/android/server/wm/
H A DStackBox.java28 public class StackBox { class
57 /** Non-null indicates this is mFirst or mSecond of a parent StackBox. Null indicates this
59 StackBox mParent;
62 StackBox mFirst;
65 StackBox mSecond;
82 /** True if this StackBox sits below the Status Bar. */
88 StackBox(WindowManagerService service, DisplayContent displayContent, StackBox parent) { method in class:StackBox
89 synchronized (StackBox.class) {
107 * Determine if a particular StackBox i
[all...]

Completed in 25 milliseconds