Home
last modified time | relevance | path

Searched refs:getLineStyle (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.java170 HOVER_SELECTION.getLineStyle() : HOVER.getLineStyle()); in paint()
DEmptyViewsOverlay.java77 gc.setLineStyle(SwtDrawingStyle.EMPTY.getLineStyle()); in paint()
DOutlineOverlay.java79 gc.setLineStyle(SwtDrawingStyle.OUTLINE.getLineStyle()); in paint()
DSwtDrawingStyle.java219 public int getLineStyle() { in getLineStyle() method in SwtDrawingStyle
DGCWrapper.java442 mGc.setLineStyle(swtStyle.getLineStyle()); in useStyle()
443 if (swtStyle.getLineStyle() == SWT.LINE_CUSTOM) { in useStyle()