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

  /sdk/rule_api/src/com/android/ide/common/api/
DrawingStyle.java 96 * {@link #DROP_ZONE}. If the mouse is over a {@link #DROP_ZONE} it should
99 DROP_ZONE,
103 * recipient. See the documentation for {@link #DROP_ZONE} for details on
104 * the distinction between {@link #DROP_RECIPIENT}, {@link #DROP_ZONE} and
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 91 * The style definition corresponding to {@link DrawingStyle#DROP_ZONE}
93 DROP_ZONE(new RGB(0x00, 0xAA, 0x00), 220, new RGB(0x55, 0xAA, 0x00), 200, 1, SWT.LINE_SOLID),
267 case DROP_ZONE:
268 return DROP_ZONE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 363 gc.useStyle(DrawingStyle.DROP_ZONE);
    [all...]

Completed in 194 milliseconds