Home
last modified time | relevance | path

Searched refs:defaultBackgroundColor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_property.cpp50 Color defaultBackgroundColor = progressTheme->GetTrackBgColor(); in ToJsonValue() local
55 defaultBackgroundColor = progressTheme->GetCapsuleBgColor(); in ToJsonValue()
57 defaultBackgroundColor = progressTheme->GetRingProgressBgColor(); in ToJsonValue()
61 (GetBackgroundColor().value_or(defaultBackgroundColor)).ColorToString().c_str(), filter); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcircle_progress_component.cpp45 const char * const defaultBackgroundColor = "rgba(255,255,255,0.15)"; in CreateNativeViews() local
46 if (ParseColor(defaultBackgroundColor, color, alpha)) { in CreateNativeViews()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp7102 double defaultBackgroundColor = StringToColorInt("#00000000", 0); in SetSwiperShowDisplayArrow() local
7104 …double displayArrow[ALLOW_SIZE_8] = { 1, 0, 0, DEFAULT_SIZE_24, defaultBackgroundColor, DEFAULT_SI… in SetSwiperShowDisplayArrow()