Home
last modified time | relevance | path

Searched refs:strokeWidth (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DThemedBatteryDrawable.kt112 p.strokeWidth = 5f in <lambda>()
121 p.strokeWidth = 5f in <lambda>()
132 p.strokeWidth = 0f in <lambda>()
140 p.strokeWidth = 0f in <lambda>()
150 p.strokeWidth = 0f in <lambda>()
380 fillColorStrokePaint.strokeWidth = scaledStrokeWidth in <lambda>()
381 fillColorStrokeProtection.strokeWidth = scaledStrokeWidth in <lambda>()
/frameworks/base/libs/hwui/
DVectorDrawable.h208 float strokeWidth = 0; member
244 float getStrokeWidth() const { return mPrimitiveFields.strokeWidth; } in getStrokeWidth()
245 void setStrokeWidth(float strokeWidth) { in setStrokeWidth() argument
246 VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(strokeWidth, strokeWidth); in setStrokeWidth()
282 void updateProperties(float strokeWidth, SkColor strokeColor, float strokeAlpha, in updateProperties() argument
286 mPrimitiveFields.strokeWidth = strokeWidth; in updateProperties()
308 strokeWidth = 0, enumerator
DVectorDrawable.cpp241 case Property::strokeWidth: in setPropertyValue()
/frameworks/base/libs/hwui/tests/common/scenes/
DShapeAnimation.cpp75 for (auto strokeWidth : {0.0f, 0.5f, 8.0f}) { in createContent()
76 paint.setStrokeWidth(strokeWidth); in createContent()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp137 jfloat strokeWidth, jint strokeColor, jfloat strokeAlpha, jint fillColor, jfloat fillAlpha, in updateFullPathPropertiesAndStrokeStyles() argument
141 fullPath->mutateStagingProperties()->updateProperties(strokeWidth, strokeColor, strokeAlpha, in updateFullPathPropertiesAndStrokeStyles()
282 static void setStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr, jfloat strokeWidth) { in setStrokeWidth() argument
284 fullPath->mutateStagingProperties()->setStrokeWidth(strokeWidth); in setStrokeWidth()
/frameworks/base/libs/hwui/hwui/
DCanvas.cpp38 const SkScalar strokeWidth = fmax(thickness, 1.0f); in drawStroke() local
39 const SkScalar bottom = top + strokeWidth; in drawStroke()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java143 int strokeWidth = 0; in SmartReplyView() local
157 strokeWidth = arr.getDimensionPixelSize(i, 0); in SmartReplyView()
162 mStrokeWidth = strokeWidth; in SmartReplyView()
852 int textColor, int rippleColor, int strokeWidth) { in setButtonColors() argument
865 gradientDrawable.setStroke(strokeWidth, strokeColor); in setButtonColors()
/frameworks/layoutlib/bridge/src/android/graphics/
DBaseCanvas_Delegate.java396 float strokeWidth = paintDelegate.getStrokeWidth(); in nDrawPath()
397 if (strokeWidth <= 0.0f) { in nDrawPath()
401 Math.max(strokeWidth, bounds.getWidth()), in nDrawPath()
402 Math.max(strokeWidth, bounds.getHeight())); in nDrawPath()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2011 float strokeWidth = properties.getFloat(STROKE_WIDTH_INDEX * 4); in updateStateFromTypedArray() local
2090 strokeWidth = a.getFloat(R.styleable.VectorDrawablePath_strokeWidth, in updateStateFromTypedArray()
2091 strokeWidth); in updateStateFromTypedArray()
2100 nUpdateFullPathProperties(mNativePtr, strokeWidth, strokeColor, strokeAlpha, in updateStateFromTypedArray()
2180 void setStrokeWidth(float strokeWidth) { in setStrokeWidth() argument
2182 nSetStrokeWidth(mNativePtr, strokeWidth); in setStrokeWidth()
2312 private static native void nUpdateFullPathProperties(long pathPtr, float strokeWidth, in nUpdateFullPathProperties() argument
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java214 static void nUpdateFullPathProperties(long pathPtr, float strokeWidth, in nUpdateFullPathProperties() argument
220 path.setStrokeWidth(strokeWidth); in nUpdateFullPathProperties()
737 private void setStrokeWidth(float strokeWidth) { in setStrokeWidth() argument
738 mStrokeWidth = strokeWidth; in setStrokeWidth()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1166 field public static final int strokeWidth = 16843783; // 0x1010407
/frameworks/base/non-updatable-api/
Dcurrent.txt1311 field public static final int strokeWidth = 16843783; // 0x1010407
/frameworks/base/api/
Dcurrent.txt1311 field public static final int strokeWidth = 16843783; // 0x1010407
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt90927 Lcom/android/internal/R$attr;->strokeWidth:I