Home | History | Annotate | Download | only in views

Lines Matching defs:DockState

58 public class DockState implements DropTarget {
71 public static final DockState NONE = new DockState(DOCKED_INVALID, -1, 80, 255, HORIZONTAL,
73 public static final DockState LEFT = new DockState(DOCKED_LEFT,
77 public static final DockState TOP = new DockState(DOCKED_TOP,
81 public static final DockState RIGHT = new DockState(DOCKED_RIGHT,
85 public static final DockState BOTTOM = new DockState(DOCKED_BOTTOM,
256 DockState(int dockSide, int createMode, int dockAreaAlpha, int hintTextAlpha,