Home
last modified time | relevance | path

Searched refs:RIGHT_MIDDLE (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionHandle.java46 RIGHT_MIDDLE(SWT.CURSOR_SIZEE), enumConstant
71 return this == TOP_RIGHT || this == RIGHT_MIDDLE || this == BOTTOM_RIGHT; in isRight()
DResizeGesture.java217 assert direction == Position.LEFT_MIDDLE || direction == Position.RIGHT_MIDDLE; in getNewBounds()
230 case RIGHT_MIDDLE: in getHorizontalEdgeType()
251 case RIGHT_MIDDLE: in getVerticalEdgeType()
DSelectionHandles.java116 mHandles.add(new SelectionHandle(x2, my, Position.RIGHT_MIDDLE)); in createHandles()