Searched refs:HOVER (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | HoverOverlay.java | 19 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.SwtDrawingStyle.HOVER; 78 if (SwtDrawingStyle.HOVER.getStrokeColor() != null) { in create() 79 mHoverStrokeColor = new Color(device, SwtDrawingStyle.HOVER.getStrokeColor()); in create() 81 if (SwtDrawingStyle.HOVER.getFillColor() != null) { in create() 82 mHoverFillColor = new Color(device, SwtDrawingStyle.HOVER.getFillColor()); in create() 170 HOVER_SELECTION.getLineStyle() : HOVER.getLineStyle()); in paint() 172 HOVER_SELECTION.getStrokeAlpha() : HOVER.getStrokeAlpha()); in paint() 180 HOVER_SELECTION.getFillAlpha() : HOVER.getFillAlpha()); in paint()
|
D | SwtDrawingStyle.java | 67 HOVER(null, 0, new RGB(0xFF, 0xFF, 0xFF), 40, 1, SWT.LINE_DOT), enumConstant 259 case HOVER: in of() 260 return HOVER; in of()
|