Home
last modified time | relevance | path

Searched refs:TOP_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.java44 TOP_MIDDLE(SWT.CURSOR_SIZEN), enumConstant
76 return this == TOP_LEFT || this == TOP_MIDDLE || this == TOP_RIGHT; in isTop()
DResizeGesture.java192 assert direction == Position.BOTTOM_MIDDLE || direction == Position.TOP_MIDDLE; in getNewBounds()
233 case TOP_MIDDLE: in getHorizontalEdgeType()
248 case TOP_MIDDLE: in getVerticalEdgeType()
DSelectionHandles.java125 mHandles.add(new SelectionHandle(mx, y1, Position.TOP_MIDDLE)); in createHandles()