Home | History | Annotate | Download | only in flyout

Lines Matching defs:isValidDockLocation

255   private boolean isValidDockLocation(int location) {
603 if (location.y < h3 && isValidDockLocation(IFlyoutPreferences.DOCK_NORTH)) {
609 } else if (location.y > 2 * h3 && isValidDockLocation(IFlyoutPreferences.DOCK_SOUTH)) {
616 && isValidDockLocation(IFlyoutPreferences.DOCK_WEST)) {
622 } else if (isValidDockLocation(IFlyoutPreferences.DOCK_EAST)) {