Home
last modified time | relevance | path

Searched refs:strokePaint (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPathDestructionActivity.java49 Paint strokePaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in PathDestructionActivity.MyView
55 strokePaint.setStyle(Paint.Style.STROKE); in MyView()
89 strokePaint.setColor(getRandomColor()); in onDraw()
90 canvas.drawPath(path, strokePaint); in onDraw()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1219 final Paint strokePaint = mStrokePaint; in drawPath() local
1221 strokePaint.setStrokeJoin(fullPath.mStrokeLineJoin); in drawPath()
1225 strokePaint.setStrokeCap(fullPath.mStrokeLineCap); in drawPath()
1228 strokePaint.setStrokeMiter(fullPath.mStrokeMiterlimit); in drawPath()
1229 strokePaint.setColor(applyAlpha(applyAlpha(fullPath.mStrokeColor, fullPath in drawPath()
1231 Paint_Delegate strokePaintDelegate = Paint_Delegate.getDelegate(strokePaint in drawPath()
1237 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale); in drawPath()
1244 BaseCanvas_Delegate.nDrawPath(canvasPtr, mRenderPath.mNativePath, strokePaint in drawPath()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1120 final Paint strokePaint = mStrokePaint;
1121 if (strokePaint != null) {
1125 final int oldColor = strokePaint.getColor();
1127 strokePaint.setColor(newColor);