Searched refs:setStrokeWidth (Results 1 - 25 of 25) sorted by last modified time

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java935 sCropPaint.setStrokeWidth(resources.getDimension(R.dimen.photo_crop_stroke_width));
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java933 sCropPaint.setStrokeWidth(resources.getDimension(R.dimen.photo_crop_stroke_width));
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBeanBag.java384 pt.setStrokeWidth(4.0f);
387 pt.setStrokeWidth(1.0f);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java117 pt.setStrokeWidth(12.0f);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardCircleFramedDrawable.java129 mPaint.setStrokeWidth(mStrokeWidth);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClearActivity.java54 mClearPaint.setStrokeWidth(15.0f);
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 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 DPathsCacheActivity.java70 mMediumPaint.setStrokeWidth(10.0f);
H A DPointsActivity.java106 p.setStrokeWidth(0f);
111 p.setStrokeWidth(1f);
115 p.setStrokeWidth(20);
H A DShapesActivity.java52 mNormalPaint.setStrokeWidth(6.0f);
58 mStrokePaint.setStrokeWidth(6.0f);
H A DTextActivity.java90 mMediumPaint.setStrokeWidth(2.0f);
98 mMediumPaint.setStrokeWidth(2.0f);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java391 /*package*/ static void setStrokeWidth(Paint thisPaint, float width) { method in class:Paint_Delegate
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp3022 paintCopy.setStrokeWidth(strokeWidth);
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java752 public native void setStrokeWidth(float width); method in class:Paint
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java256 mStrokePaint.setStrokeWidth(width);
1284 mStrokePaint.setStrokeWidth(state.mStrokeWidth);
/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);
H A DGestureOverlayView.java183 gesturePaint.setStrokeWidth(mGestureStrokeWidth);
225 mGesturePaint.setStrokeWidth(gestureStrokeWidth);
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java4292 mOverScrollBorder.setStrokeWidth(0);
/frameworks/base/core/java/android/widget/
H A DCalendarView.java1796 mDrawPaint.setStrokeWidth(mWeekSeperatorLineWidth);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java912 mPathPaint.setStrokeWidth(radius);
H A DPointerLocationView.java142 mPaint.setStrokeWidth(2);
150 mPaint.setStrokeWidth(1);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp188 static void setStrokeWidth(JNIEnv* env, jobject paint, jfloat width) { function in class:android::SkPaintGlue
190 GraphicsJNI::getNativePaint(env, paint)->setStrokeWidth(SkFloatToScalar(width));
852 {"setStrokeWidth","(F)V", (void*) SkPaintGlue::setStrokeWidth},

Completed in 2537 milliseconds