Home
last modified time | relevance | path

Searched refs:TOP_RIGHT (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.java45 TOP_RIGHT(SWT.CURSOR_SIZENE), enumConstant
71 return this == TOP_RIGHT || this == RIGHT_MIDDLE || this == BOTTOM_RIGHT; in isRight()
76 return this == TOP_LEFT || this == TOP_MIDDLE || this == TOP_RIGHT; in isTop()
DResizeGesture.java234 case TOP_RIGHT: in getHorizontalEdgeType()
250 case TOP_RIGHT: in getVerticalEdgeType()
DSelectionHandles.java118 mHandles.add(new SelectionHandle(x2, y1, Position.TOP_RIGHT)); in createHandles()