HomeSort by relevance Sort by last modified time
    Searched defs:STROKE (Results 1 - 9 of 9) sorted by null

  /frameworks/base/awt/java/awt/font/
ShapeGraphicAttribute.java 27 import java.awt.Stroke;
49 * The stroke.
84 * The Constant STROKE indicates whether the Shape is stroked or not.
86 public static final boolean STROKE = true;
100 * @param stroke
103 public ShapeGraphicAttribute(Shape shape, int alignment, boolean stroke) {
107 this.fStroke = stroke;
175 if (fStroke == STROKE) {
176 Stroke oldStroke = g2.getStroke();
  /frameworks/base/graphics/java/android/graphics/
Paint.java 44 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
85 * stroke-related settings in the paint.
90 * the stroke-related fields on the paint.
92 STROKE (1),
95 * stroked at the same time, respecting the stroke-related fields on
112 * The stroke ends with the path, and does not project beyond it.
116 * The stroke projects out as a semicircle, with the center at the
121 * The stroke projects out as a square, with the center at the end
431 * @return the paint's style setting (Fill, Stroke, StrokeAndFill)
504 * @return the paint's stroke width, used whenever the paint's style i
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint.java 86 * stroke-related settings in the paint.
91 * the stroke-related fields on the paint.
93 STROKE (1),
96 * stroked at the same time, respecting the stroke-related fields on
113 * The stroke ends with the path, and does not project beyond it.
117 * The stroke projects out as a square, with the center at the end
122 * The stroke projects out as a semicircle, with the center at the
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 612 milliseconds