Home
last modified time | relevance | path

Searched refs:getLineWidth (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DEmptyViewsOverlay.java80 gc.setLineWidth(SwtDrawingStyle.EMPTY.getLineWidth()); in paint()
DSwtDrawingStyle.java214 public int getLineWidth() { in getLineWidth() method in SwtDrawingStyle
DGCWrapper.java441 mGc.setLineWidth(swtStyle.getLineWidth()); in useStyle()
DRenderPreview.java858 int oldWidth = gc.getLineWidth(); in paint()