HomeSort by relevance Sort by last modified time
    Searched refs:STROKE (Results 126 - 150 of 172) sorted by null

1 2 3 4 56 7

  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 306 mPaint.setStyle(Paint.Style.STROKE);
LockPatternView.java 306 mPathPaint.setStyle(Paint.Style.STROKE);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 490 pt.setStyle(Paint.Style.STROKE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 305 pt.setStyle(Paint.Style.STROKE);
NotificationPanelView.java     [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
MaterialProgressDrawable.java 147 * and stroke width of the ring.
371 // angle that matches the stroke width.
504 mPaint.setStyle(Style.STROKE);
653 * @param strokeWidth Set the stroke width of the progress spinner in pixels.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 313 paint.setStyle(Paint.Style.STROKE);
ImageShow.java 577 paint.setStyle(Paint.Style.STROKE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 141 mOutlinePaint.setStyle(Style.STROKE);
  /frameworks/base/graphics/java/android/graphics/
Paint.java 89 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
346 * stroke-related settings in the paint.
351 * the stroke-related fields on the paint.
353 STROKE (1),
356 * stroked at the same time, respecting the stroke-related fields on
359 * either FILL or STROKE.
375 * The stroke ends with the path, and does not project beyond it.
379 * The stroke projects out as a semicircle, with the center at the
384 * The stroke projects out as a square, with the center at the end
833 * @return the paint's style setting (Fill, Stroke, StrokeAndFill
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 563 p.setStyle(Style.STROKE);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 387 p.setStyle(Style.STROKE);
388 assertEquals(Style.STROKE, p.getStyle());
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 298 * <p>Set the stroke width and color for the drawable. If width is zero,
299 * then no stroke is drawn.</p>
304 * @param width The width in pixels of the stroke
305 * @param color The color of the stroke
315 * <p>Set the stroke width and color state list for the drawable. If width
316 * is zero, then no stroke is drawn.</p>
321 * @param width The width in pixels of the stroke
322 * @param colorStateList The color state list of the stroke
332 * <p>Set the stroke width and color for the drawable. If width is zero,
333 * then no stroke is drawn. This method can also be used to dash the stroke.</p
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 206 mPlayerTracePaint.setStyle(Paint.Style.STROKE);
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYGraphWidget.java 127 rangeGridLinePaint.setStyle(Paint.Style.STROKE);
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
UberColorPickerDialog.java 343 mPosMarker.setStyle(Paint.Style.STROKE);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java     [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
PieRenderer.java 167 mFocusPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 63 // Default color is transparent for both circle background and stroke.
158 final Paint stroke = new Paint(); local
159 stroke.setAntiAlias(true);
160 stroke.setColor(strokeColor);
161 stroke.setStyle(Paint.Style.STROKE);
163 stroke.setStrokeWidth(strokeWidth);
166 dest.width() / 2f - stroke.getStrokeWidth() / 2f,
167 stroke); local
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java 697 mPaint.setStyle(Paint.Style.STROKE);
    [all...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java     [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 1242 milliseconds

1 2 3 4 56 7