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

  /sdk/rule_api/src/com/android/ide/common/api/
DrawingStyle.java 100 * be drawn using the style {@link #DROP_ZONE_ACTIVE}.
108 * {@link #DROP_ZONE_ACTIVE}.
110 DROP_ZONE_ACTIVE,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 97 * {@link DrawingStyle#DROP_ZONE_ACTIVE}
99 DROP_ZONE_ACTIVE(new RGB(0x00, 0xAA, 0x00), 220, new RGB(0x00, 0xAA, 0x00), 128, 2,
269 case DROP_ZONE_ACTIVE:
270 return DROP_ZONE_ACTIVE;

Completed in 544 milliseconds