Home
last modified time | relevance | path

Searched refs:setStrokeWidth (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DLines2Activity.java113 p.setStrokeWidth(1); in onDraw()
122 p.setStrokeWidth(2); in onDraw()
130 p.setStrokeWidth(0); in onDraw()
141 p.setStrokeWidth(1); in onDraw()
150 p.setStrokeWidth(2); in onDraw()
159 p.setStrokeWidth(1); in onDraw()
169 p.setStrokeWidth(5); in onDraw()
182 p.setStrokeWidth(1); in onDraw()
192 p.setStrokeWidth(2); in onDraw()
205 p.setStrokeWidth(1); in onDraw()
[all …]
DLinesActivity.java77 mSmallPaint.setStrokeWidth(1.0f); in LinesView()
82 mMediumPaint.setStrokeWidth(4.0f); in LinesView()
87 mLargePaint.setStrokeWidth(15.0f); in LinesView()
92 mAlphaPaint.setStrokeWidth(10.0f); in LinesView()
97 mHairLinePaint.setStrokeWidth(0.0f); in LinesView()
DPathsActivity.java61 mSmallPaint.setStrokeWidth(1.0f); in PathsView()
67 mLinePaint.setStrokeWidth(1.0f); in PathsView()
73 mMediumPaint.setStrokeWidth(10.0f); in PathsView()
79 mLargePaint.setStrokeWidth(15.0f); in PathsView()
DPointsActivity.java106 p.setStrokeWidth(0f); in onDraw()
111 p.setStrokeWidth(1f); in onDraw()
115 p.setStrokeWidth(20); in onDraw()
DShapesActivity.java52 mNormalPaint.setStrokeWidth(6.0f); in ShapesView()
58 mStrokePaint.setStrokeWidth(6.0f); in ShapesView()
DTextActivity.java81 mMediumPaint.setStrokeWidth(2.0f); in onDraw()
89 mMediumPaint.setStrokeWidth(2.0f); in onDraw()
DClearActivity.java54 mClearPaint.setStrokeWidth(15.0f); in PathsView()
/frameworks/base/core/java/android/gesture/
DGesture.java198 paint.setStrokeWidth(BITMAP_RENDERING_WIDTH); in toBitmap()
232 paint.setStrokeWidth(BITMAP_RENDERING_WIDTH); in toBitmap()
241 paint.setStrokeWidth(2.0f / scale); in toBitmap()
DGestureOverlayView.java183 gesturePaint.setStrokeWidth(mGestureStrokeWidth); in init()
225 mGesturePaint.setStrokeWidth(gestureStrokeWidth); in setGestureStrokeWidth()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java127 mPaint.setStrokeWidth(2); in PointerLocationView()
135 mPaint.setStrokeWidth(1); in PointerLocationView()
DLockPatternView.java915 mPathPaint.setStrokeWidth(radius);
/frameworks/base/core/jni/android/graphics/
DPaint.cpp186 static void setStrokeWidth(JNIEnv* env, jobject paint, jfloat width) { in setStrokeWidth() function in android::SkPaintGlue
188 GraphicsJNI::getNativePaint(env, paint)->setStrokeWidth(SkFloatToScalar(width)); in setStrokeWidth()
857 {"setStrokeWidth","(F)V", (void*) SkPaintGlue::setStrokeWidth},
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java211 mStrokePaint.setStrokeWidth(width); in setStroke()
1047 mStrokePaint.setStrokeWidth(state.mStrokeWidth);
/frameworks/base/core/java/android/widget/
DCalendarView.java1427 mDrawPaint.setStrokeWidth(mWeekSeperatorLineWidth); in drawWeekSeparators()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java386 /*package*/ static void setStrokeWidth(Paint thisPaint, float width) { in setStrokeWidth() method in Paint_Delegate
/frameworks/base/graphics/java/android/graphics/
DPaint.java725 public native void setStrokeWidth(float width); in setStrokeWidth() method in Paint
/frameworks/base/libs/hwui/
DOpenGLRenderer.cpp2406 paintCopy.setStrokeWidth(strokeWidth); in drawTextDecorations()
/frameworks/base/core/java/android/webkit/
DWebView.java4150 mOverScrollBorder.setStrokeWidth(0); in drawOverScrollBackground()
/frameworks/base/api/
Dcurrent.txt8340 method public void setStrokeWidth(float);
D14.txt8340 method public void setStrokeWidth(float);