Home | History | Annotate | Download | only in wm

Lines Matching defs:FIRST_SYSTEM_WINDOW

53     private static final int FIRST_SYSTEM_WINDOW        = 2000;
55 private static final int TYPE_PHONE = FIRST_SYSTEM_WINDOW + 2;
56 private static final int TYPE_SYSTEM_ALERT = FIRST_SYSTEM_WINDOW + 3;
57 private static final int TYPE_SYSTEM_OVERLAY = FIRST_SYSTEM_WINDOW + 6;
58 private static final int TYPE_PRIORITY_PHONE = FIRST_SYSTEM_WINDOW + 7;
59 private static final int TYPE_SYSTEM_ERROR = FIRST_SYSTEM_WINDOW + 10;
60 private static final int TYPE_APPLICATION_OVERLAY = FIRST_SYSTEM_WINDOW + 38;
62 private static final int TYPE_STATUS_BAR = FIRST_SYSTEM_WINDOW;
63 private static final int TYPE_INPUT_METHOD = FIRST_SYSTEM_WINDOW + 11;
64 private static final int TYPE_NAVIGATION_BAR = FIRST_SYSTEM_WINDOW + 19;