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

  /sdk/rule_api/src/com/android/ide/common/api/
DrawingStyle.java 113 DROP_PREVIEW,
116 * The style used to preview a resize operation. Similar to {@link #DROP_PREVIEW}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 103 * The style definition corresponding to {@link DrawingStyle#DROP_PREVIEW}
105 DROP_PREVIEW(new RGB(0xFF, 0x99, 0x00), 255, null, 0, 2, SWT.LINE_CUSTOM),
273 case DROP_PREVIEW:
274 return DROP_PREVIEW;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 109 gc.useStyle(DrawingStyle.DROP_PREVIEW);
123 gc.useStyle(DrawingStyle.DROP_PREVIEW);
FrameLayoutRule.java 88 gc.useStyle(DrawingStyle.DROP_PREVIEW);
LinearLayoutRule.java 400 gc.useStyle(DrawingStyle.DROP_PREVIEW);
431 gc.useStyle(DrawingStyle.DROP_PREVIEW);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 235 gc.useStyle(DrawingStyle.DROP_PREVIEW);
299 gc.useStyle(DrawingStyle.DROP_PREVIEW);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 77 gc.useStyle(DrawingStyle.DROP_PREVIEW);

Completed in 151 milliseconds