/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | circle_paint_method.h | 88 float strokeWidth = in GetOverlayModifier() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
H A D | divider_modifier.h | 40 void SetStrokeWidth(float strokeWidth) in SetStrokeWidth()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-drawing-components-line.md | 232 ### strokeWidth subsection
|
H A D | ts-drawing-components-rect.md | 253 ### strokeWidth subsection
|
H A D | ts-basic-components-gauge.md | 128 ### strokeWidth subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-drawing-components-line.md | 246 ### strokeWidth subsection
|
H A D | ts-drawing-components-rect.md | 284 ### strokeWidth subsection
|
H A D | ts-basic-components-gauge.md | 128 ### strokeWidth subsection
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | horizonprogress_tdd_test.cpp | 521 const int32_t strokeWidth = 0; in HorizonProgressTest014() local 562 const int32_t strokeWidth = 32767; in HorizonProgressTest015() local 603 const int32_t strokeWidth = 32768; in HorizonProgressTest016() local 644 const int32_t strokeWidth = -1; in HorizonProgressTest017() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_progress_ffi.cpp | 74 …double strokeWidth, int32_t strokeWidthUnit, int32_t scaleCount, double scaleWidth, int32_t scaleW… in FfiOHOSAceFrameworkProgressSetStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_paint_method.cpp | 50 auto strokeWidth = Dimension(1.0f, DimensionUnit::PX); in GetOverlayDrawFunction() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_divider.cpp | 97 CalcDimension strokeWidth = theme->GetStokeWidth(); in SetStrokeWidth() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | rosen_render_list_item_group.cpp | 46 const double strokeWidth = NormalizePercentToPx(divider->strokeWidth, IsVertical()); in PaintDivider() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsDrawable.java | 60 void setStrokeWidth(float strokeWidth) { in setStrokeWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_properties.h | 27 Dimension strokeWidth = 0.0_vp; member
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/ |
H A D | RenameMobileNetworkDialogFragment.java | 238 final int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getColors() local 252 private Color(String label, int color, int iconSize, int strokeWidth) { in Color()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_paint_method.cpp | 41 … auto strokeWidth = paintProperty->GetStrokeWidth().value_or(theme->GetThickness()).ConvertToPx(); in UpdateContentModifier() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_base.h | 38 float strokeWidth = 1.0f; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
H A D | menu_item_group_paint_method.cpp | 61 auto strokeWidth = Dimension(1.0f, DimensionUnit::PX); in PreparePaintData() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | divider_composed_element.cpp | 73 auto strokeWidth = renderDivider ? renderDivider->GetStrokeWidth() : Dimension(1.0); in GetStrokeWidth() local
|
H A D | progress_composed_element.cpp | 136 Dimension strokeWidth = renderProgress->GetProgressComponent()->GetTrackThickness(); in GetCircularStyle() local
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/dashboard/ |
H A D | PartialCircleView.java | 68 public void setStrokeWidth(float strokeWidth) { in setStrokeWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_model_ng.cpp | 71 void GaugeModelNG::SetStrokeWidth(const Dimension& strokeWidth) in SetStrokeWidth() 162 void GaugeModelNG::SetGaugeStrokeWidth(FrameNode* frameNode, const Dimension& strokeWidth) in SetGaugeStrokeWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_layout_property.h | 136 Dimension strokeWidth = DEFAULT_DIVIDER_STROKE_WIDTH; in ToJsonValue() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_date.h | 104 float strokeWidth = 0.0f; member
|