Searched refs:SELECTION (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 | SwtDrawingStyle.java | 37 SELECTION(new RGB(0x00, 0x99, 0xFF), 192, new RGB(0x00, 0x99, 0xFF), 192, 1, SWT.LINE_SOLID), enumConstant 247 case SELECTION: in of() 248 return SELECTION; in of()
|
D | SelectionOverlay.java | 201 gc.useStyle(DrawingStyle.SELECTION); in paintSelection() 242 SwtDrawingStyle style = SwtDrawingStyle.of(DrawingStyle.SELECTION); in paintSelection()
|