Home
last modified time | relevance | path

Searched refs:getFillColor (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DHoverOverlay.java81 if (SwtDrawingStyle.HOVER.getFillColor() != null) { in create()
82 mHoverFillColor = new Color(device, SwtDrawingStyle.HOVER.getFillColor()); in create()
89 if (SwtDrawingStyle.HOVER_SELECTION.getFillColor() != null) { in create()
91 SwtDrawingStyle.HOVER_SELECTION.getFillColor()); in create()
DSwtDrawingStyle.java209 public RGB getFillColor() { in getFillColor() method in SwtDrawingStyle
DGCWrapper.java436 RGB fill = swtStyle.getFillColor(); in useStyle()
438 Color color = getFillColor(style, fill); in useStyle()
487 private Color getFillColor(DrawingStyle style, RGB defaultColorDesc) { in getFillColor() method in GCWrapper