HomeSort by relevance Sort by last modified time
    Searched defs:isValidDockLocation (Results 1 - 2 of 2) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 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)) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 46 milliseconds