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

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
AnchorPosition.java 24 TOP_MIDDLE,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandle.java 44 TOP_MIDDLE(SWT.CURSOR_SIZEN),
76 return this == TOP_LEFT || this == TOP_MIDDLE || this == TOP_RIGHT;
ResizeGesture.java 192 assert direction == Position.BOTTOM_MIDDLE || direction == Position.TOP_MIDDLE;
233 case TOP_MIDDLE:
248 case TOP_MIDDLE:

Completed in 1271 milliseconds