/frameworks/base/graphics/java/android/graphics/ |
Paint.java | 74 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE 233 * stroke-related settings in the paint. 238 * the stroke-related fields on the paint. 240 STROKE (1), 243 * stroked at the same time, respecting the stroke-related fields on 246 * either FILL or STROKE. 262 * The stroke ends with the path, and does not project beyond it. 266 * The stroke projects out as a semicircle, with the center at the 271 * The stroke projects out as a square, with the center at the end 639 * @return the paint's style setting (Fill, Stroke, StrokeAndFill [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
GradientDrawable.java | 197 * Set the stroke width and color for the drawable. If width is zero, 198 * then no stroke is drawn. 209 mStrokePaint.setStyle(Paint.Style.STROKE); 282 /* we need a layer iff we're drawing both a fill and stroke, and the 283 stroke is non-opaque, and our shapetype actually supports 284 fill+stroke. Otherwise we can just draw the stroke (if any) on top 295 both the fill and the stroke. 787 } else if (name.equals("stroke")) { [all...] |
/frameworks/base/core/java/android/gesture/ |
GestureOverlayView.java | 180 gesturePaint.setStyle(Paint.Style.STROKE); 459 // add the stroke to the current gesture 681 // add the stroke to the current gesture
|
/frameworks/base/core/java/com/android/internal/widget/ |
RotarySelector.java | 297 mPaint.setStyle(Paint.Style.STROKE);
|
LockPatternView.java | 266 mPathPaint.setStyle(Paint.Style.STROKE); [all...] |
/packages/apps/Browser/src/com/android/browser/ |
TabBar.java | 124 mFocusPaint.setStyle(Paint.Style.STROKE);
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartSweepView.java | 133 mOutlinePaint.setStyle(Style.STROKE);
|
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/ |
PolarClockWallpaper.java | 366 paint.setStyle(Paint.Style.STROKE);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintTest.java | 460 p.setStyle(Style.STROKE); 461 assertEquals(Style.STROKE, p.getStyle()); [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListItem.java | 755 paint.setStyle(Paint.Style.STROKE);
|
/prebuilt/common/netbeans-visual/ |
org-netbeans-api-visual.jar | |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 776 paint.setStyle(Paint.Style.STROKE); [all...] |
TextView.java | [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.java | [all...] |
/frameworks/base/core/java/android/webkit/ |
WebView.java | [all...] |
/prebuilt/sdk/10/ |
android.jar | |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/14/ |
android.jar | |
/prebuilt/sdk/4/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |