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/ |
D | SwtDrawingStyle.java | 174 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()
|
D | HoverOverlay.java | 163 Color stroke = hoverIsSelected ? mHoverSelectStrokeColor : mHoverStrokeColor; in paint() local 166 if (stroke != null) { in paint() 168 gc.setForeground(stroke); in paint()
|
D | GCWrapper.java | 431 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/ |
D | drawable2-expected-completion52.txt | 7 <stroke /> : Used to describe the optional stroke of a GradientDrawable.
|
D | completionvalues1-expected-completion32.txt | 110 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]
|