Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtDrawingStyle.java175 int lineStyle) { in SwtDrawingStyle() argument
179 mLineStyle = lineStyle; in SwtDrawingStyle()
193 private SwtDrawingStyle(RGB stroke, int strokeAlpha, int lineStyle) { in SwtDrawingStyle() argument
194 this(stroke, strokeAlpha, null, 255, 1, lineStyle); in SwtDrawingStyle()