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

  /sdk/rule_api/src/com/android/ide/common/api/
DrawingStyle.java 92 DROP_RECIPIENT,
96 * {@link #DROP_RECIPIENT}. For example, if you are dragging into a view
97 * with a LinearLayout, the {@link #DROP_RECIPIENT} will be the view itself,
107 * 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 85 * The style definition corresponding to {@link DrawingStyle#DROP_RECIPIENT}
87 DROP_RECIPIENT(new RGB(0xFF, 0x99, 0x00), 255, new RGB(0xFF, 0x99, 0x00), 160, 2,
271 case DROP_RECIPIENT:
272 return DROP_RECIPIENT;

Completed in 26 milliseconds