Home
last modified time | relevance | path

Searched refs:defaultLineWidth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.cpp26 const Dimension defaultLineWidth = 2.0_vp; in GetDefaultLineWidth() local
28 CHECK_NULL_RETURN(pipeline, defaultLineWidth); in GetDefaultLineWidth()
30 CHECK_NULL_RETURN(theme, defaultLineWidth); in GetDefaultLineWidth()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcircle_progress_component.cpp36 int8_t defaultLineWidth = 32; in CreateNativeViews() local
39 defaultLineWidth = 4; // set the default strokeWidth 4px after api version 8 in CreateNativeViews()
41 …progressView_.SetBackgroundStyle(STYLE_LINE_WIDTH, defaultLineWidth); // Compatible with rich devi… in CreateNativeViews()
53 progressView_.SetForegroundStyle(STYLE_LINE_WIDTH, defaultLineWidth); in CreateNativeViews()