Home
last modified time | relevance | path

Searched refs:getStrokeColor (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DHoverOverlay.java78 if (SwtDrawingStyle.HOVER.getStrokeColor() != null) { in create()
79 mHoverStrokeColor = new Color(device, SwtDrawingStyle.HOVER.getStrokeColor()); in create()
85 if (SwtDrawingStyle.HOVER_SELECTION.getStrokeColor() != null) { in create()
87 SwtDrawingStyle.HOVER_SELECTION.getStrokeColor()); in create()
DEmptyViewsOverlay.java62 mBorderColor = new Color(device, SwtDrawingStyle.EMPTY.getStrokeColor()); in create()
DOutlineOverlay.java63 mOutlineColor = new Color(device, SwtDrawingStyle.OUTLINE.getStrokeColor()); in create()
DSwtDrawingStyle.java201 public RGB getStrokeColor() { in getStrokeColor() method in SwtDrawingStyle
DGCWrapper.java431 RGB stroke = swtStyle.getStrokeColor(); in useStyle()
433 Color color = getStrokeColor(style, stroke); in useStyle()
472 private Color getStrokeColor(DrawingStyle style, RGB defaultColorDesc) { in getStrokeColor() method in GCWrapper