/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | ThemedBatteryDrawable.kt | 112 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/ |
D | VectorDrawable.h | 208 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
|
D | VectorDrawable.cpp | 241 case Property::strokeWidth: in setPropertyValue()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | ShapeAnimation.cpp | 75 for (auto strokeWidth : {0.0f, 0.5f, 8.0f}) { in createContent() 76 paint.setStrokeWidth(strokeWidth); in createContent()
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 137 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/ |
D | Canvas.cpp | 38 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/ |
D | SmartReplyView.java | 143 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/ |
D | BaseCanvas_Delegate.java | 396 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/ |
D | VectorDrawable.java | 2011 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/ |
D | VectorDrawable_Delegate.java | 214 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/ |
D | android-22.txt | 1166 field public static final int strokeWidth = 16843783; // 0x1010407
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 1311 field public static final int strokeWidth = 16843783; // 0x1010407
|
/frameworks/base/api/ |
D | current.txt | 1311 field public static final int strokeWidth = 16843783; // 0x1010407
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 90927 Lcom/android/internal/R$attr;->strokeWidth:I
|