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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 52 private static final int RESIZE_WIDTH = 5;
470 newWidth = event.x + RESIZE_WIDTH / 2;
472 newWidth = width - event.x + RESIZE_WIDTH / 2;
474 newWidth = event.y + RESIZE_WIDTH / 2;
476 newWidth = width - event.y + RESIZE_WIDTH / 2;
508 if (isWest() && x >= clientArea.width - RESIZE_WIDTH) {
510 } else if (isEast() && x <= RESIZE_WIDTH) {
512 } else if (isNorth() && y >= clientArea.height - RESIZE_WIDTH) {
514 } else if (isSouth() && y <= RESIZE_WIDTH) {
679 control.setBounds(0, y, clientArea.width - RESIZE_WIDTH, clientArea.height - y)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 60 milliseconds