Searched refs:setStrokeWidth (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DLines2Activity.java113 p.setStrokeWidth(1);
122 p.setStrokeWidth(2);
130 p.setStrokeWidth(0);
141 p.setStrokeWidth(1);
150 p.setStrokeWidth(2);
159 p.setStrokeWidth(1);
169 p.setStrokeWidth(5);
182 p.setStrokeWidth(1);
192 p.setStrokeWidth(2);
205 p.setStrokeWidth(
[all...]
H A DLinesActivity.java77 mSmallPaint.setStrokeWidth(1.0f);
82 mMediumPaint.setStrokeWidth(4.0f);
87 mLargePaint.setStrokeWidth(15.0f);
92 mAlphaPaint.setStrokeWidth(10.0f);
97 mHairLinePaint.setStrokeWidth(0.0f);
159 mSmallPaint.setStrokeWidth(0.0f);
161 mSmallPaint.setStrokeWidth(1.0f);
H A DPointsActivity.java106 p.setStrokeWidth(0f);
111 p.setStrokeWidth(1f);
115 p.setStrokeWidth(20);
H A DPathOffsetActivity.java47 mPaint.setStrokeWidth(3);
H A DPathsActivity.java61 mSmallPaint.setStrokeWidth(1.0f);
67 mLinePaint.setStrokeWidth(1.0f);
73 mMediumPaint.setStrokeWidth(10.0f);
79 mLargePaint.setStrokeWidth(15.0f);
H A DTextActivity.java90 mMediumPaint.setStrokeWidth(2.0f);
98 mMediumPaint.setStrokeWidth(2.0f);
H A DClearActivity.java54 mClearPaint.setStrokeWidth(15.0f);
H A DScaledPathsActivity.java48 mPathPaint.setStrokeWidth(5.0f);
H A DShapesActivity.java54 mNormalPaint.setStrokeWidth(6.0f);
60 mStrokePaint.setStrokeWidth(6.0f);
H A DCirclePropActivity.java82 p.setStrokeWidth(60.0f);
H A DPathsCacheActivity.java84 mMediumPaint.setStrokeWidth(10.0f);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java63 mBorderPaint.setStrokeWidth(mBorderWidth);
72 mBorderPaint.setStrokeWidth(borderWidth);
H A DStyledCornersBitmapDrawable.java97 mBorderPaint.setStrokeWidth(mBorderWidth);
112 mBorderPaint.setStrokeWidth(borderWidth);
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpStateTests.cpp163 strokedPaint.setStrokeWidth(testCase.strokeWidth);
232 paint.setStrokeWidth(0.0f);
246 paint.setStrokeWidth(10.0f);
261 paint.setStrokeWidth(10.0f);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java129 paint.setStrokeWidth(0);
137 paint.setStrokeWidth(0.3f);
143 paint.setStrokeWidth(1);
149 paint.setStrokeWidth(5);
155 paint.setStrokeWidth(30);
/frameworks/base/core/java/android/gesture/
H A DGesture.java198 paint.setStrokeWidth(BITMAP_RENDERING_WIDTH);
232 paint.setStrokeWidth(BITMAP_RENDERING_WIDTH);
241 paint.setStrokeWidth(2.0f / scale);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java77 mFramePaint.setStrokeWidth(0);
80 mFrameBaselinePaint.setStrokeWidth(0);
85 mFrameNoTransformPaint.setStrokeWidth(0);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DCircularImageView.java54 borderPaint.setStrokeWidth(circularImageBorder);
/frameworks/base/libs/hwui/tests/common/scenes/
H A DShapeAnimation.cpp80 paint.setStrokeWidth(strokeWidth);
/frameworks/minikin/sample/
H A Dexample_skia.cpp137 paint.setStrokeWidth(2);
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DDrawView.java54 mPaint1.setStrokeWidth(2);
/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java80 mPaint.setStrokeWidth(width * DRAW_STROKE_WIDTH_MULTIPLE);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DUsageGraph.java79 mLinePaint.setStrokeWidth(resources.getDimensionPixelSize(R.dimen.usage_graph_line_width));
88 mDottedPaint.setStrokeWidth(dots * 3);
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp277 static void setStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr, jfloat strokeWidth) { function in namespace:android
279 fullPath->mutateStagingProperties()->setStrokeWidth(strokeWidth);
396 {"nSetStrokeWidth", "!(JF)V", (void*)setStrokeWidth},
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java138 ring.setStrokeWidth((float) strokeWidth * screenDensity);
655 public void setStrokeWidth(float strokeWidth) { method in class:MaterialProgressDrawable.Ring
657 mPaint.setStrokeWidth(strokeWidth);

Completed in 933 milliseconds

123