Home
last modified time | relevance | path

Searched refs:stroke (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/
DSwtDrawingStyle.java174 private SwtDrawingStyle(RGB stroke, int strokeAlpha, RGB fill, int fillAlpha, int lineWidth, in SwtDrawingStyle() argument
176 mStroke = stroke; in SwtDrawingStyle()
193 private SwtDrawingStyle(RGB stroke, int strokeAlpha, int lineStyle) { in SwtDrawingStyle() argument
194 this(stroke, strokeAlpha, null, 255, 1, lineStyle); in SwtDrawingStyle()
DHoverOverlay.java163 Color stroke = hoverIsSelected ? mHoverSelectStrokeColor : mHoverStrokeColor; in paint() local
166 if (stroke != null) { in paint()
168 gc.setForeground(stroke); in paint()
DGCWrapper.java431 RGB stroke = swtStyle.getStrokeColor(); in useStyle() local
432 if (stroke != null) { in useStyle()
433 Color color = getStrokeColor(style, stroke); in useStyle()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Ddrawable2-expected-completion52.txt7 <stroke /> : Used to describe the optional stroke of a GradientDrawable.
Dcompletionvalues1-expected-completion32.txt110 android:gestureStrokeAngleThreshold : Minimum curve angle a stroke must contain before it is recogn…
111 android:gestureStrokeLengthThreshold : Minimum length of a stroke before it is recognized as a gest…
112 android:gestureStrokeSquarenessThreshold : Squareness threshold of a stroke before it is recognized…
114 android:gestureStrokeWidth : Width of the stroke used to draw the gesture. [float]