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

  /sdk/rule_api/src/com/android/ide/common/api/
DrawingStyle.java 149 * The style used to highlight the currently dragged views during a layout
152 DRAGGED,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 139 * The style definition corresponding to {@link DrawingStyle#DRAGGED}
141 DRAGGED(new RGB(0xFF, 0xFF, 0xFF), 255, new RGB(0x00, 0xFF, 0x00), 16, 2, SWT.LINE_SOLID),
287 case DRAGGED:
288 return DRAGGED;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 50 for (INode dragged : state.mDraggedNodes) {
51 gc.useStyle(DrawingStyle.DRAGGED);
52 Rect bounds = dragged.getBounds();
187 // Also go through the dragged node bounds

Completed in 172 milliseconds