Home
last modified time | relevance | path

Searched refs:GetPointColor (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dswitch_composed_element.cpp30 …tchPointColor", [](const SwitchComposedElement& inspector) { return inspector.GetPointColor(); } }, in __anon4fbb838e0402()
41 DumpLog::GetInstance().AddDesc(std::string("switchPointColor: ").append(GetPointColor())); in Dump()
75 std::string SwitchComposedElement::GetPointColor() const in GetPointColor() function in OHOS::Ace::V2::SwitchComposedElement
79 return renderSwitch->GetPointColor().ColorToString(); in GetPointColor()
H A Dswitch_composed_element.h38 std::string GetPointColor() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_paint_property.cpp44 checkboxTheme->GetPointColor()).ColorToString().c_str()); in ToJsonValue()
H A Dcheckbox_paint_method.h47 auto checkColor = isSelect ? checkBoxTheme->GetPointColor() : Color::TRANSPARENT; in GetContentModifier()
H A Dcheckbox_model_ng.cpp251 value = theme->GetPointColor(); in GetCheckMarkColor()
H A Dcheckbox_paint_method.cpp90 pointColor_ = checkBoxTheme->GetPointColor(); in InitializeParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_paint_property.cpp47 checkboxTheme->GetPointColor()).ColorToString().c_str()); in ToJsonValue()
H A Dcheckboxgroup_pattern.cpp547 paintParameters.pointColor = checkBoxTheme->GetPointColor(); in InitializeModifierParam()
611 checkBoxGroupPaintProperty->UpdateCheckBoxGroupCheckMarkColor(checkBoxTheme->GetPointColor()); in OnColorConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkable.cpp34 pointColor_ = checkable->GetPointColor().GetValue(); in Update()
36 pointColorInspector_ = checkable->GetPointColor(); in Update()
H A Dcheckable_component.cpp44 pointColor_ = theme->GetPointColor(); in ApplyTheme()
H A Drender_checkable.h96 Color GetPointColor() in GetPointColor() function
H A Dcheckable_component.h190 const Color& GetPointColor() const in GetPointColor() function
H A Dcheckable_theme.h33 const Color& GetPointColor() const in GetPointColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_property.h72 …"indicatorColor", GetRadioIndicatorColor().value_or(radioTheme->GetPointColor()).ColorToString().c… in ToJsonValue()
H A Dradio_paint_method.h77 …pointColor_ = paintProperty->GetRadioIndicatorColor().value_or(Color(radioTheme->GetPointColor())); in UpdateContentModifier()
H A Dradio_paint_method.cpp51 …intColor_ = AceType::MakeRefPtr<AnimatablePropertyColor>(LinearColor(radioTheme->GetPointColor())); in RadioModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_radio.cpp317 RadioModel::GetInstance()->SetIndicatorColor(theme->GetPointColor()); in JsRadioStyle()
341 indicatorColorVal = theme->GetPointColor(); in JsRadioStyle()
H A Djs_checkbox.cpp283 CheckBoxModel::GetInstance()->SetCheckMarkColor(theme->GetPointColor()); in Mark()
291 Color strokeColor = theme->GetPointColor(); in Mark()
H A Djs_toggle.cpp287 color = theme->GetPointColor(); in SwitchPointColor()
469 pointColor = theme->GetPointColor(); in SwitchStyle()
H A Djs_checkboxgroup.cpp239 Color strokeColor = theme->GetPointColor(); in Mark()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcheckboxgroup_modifier.cpp141 CheckBoxGroupModelNG::SetCheckMarkColor(frameNode, checkBoxTheme->GetPointColor()); in ResetCheckboxGroupMark()
H A Dnode_checkbox_modifier.cpp209 CheckBoxModelNG::SetCheckMarkColor(frameNode, checkBoxTheme->GetPointColor()); in ResetMark()
H A Dradio_modifier.cpp74 RadioModelNG::SetIndicatorColor(frameNode, theme->GetPointColor()); in ResetRadioStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.cpp48 …ntColor_ = AceType::MakeRefPtr<AnimatablePropertyColor>(LinearColor(switchTheme->GetPointColor())); in SwitchModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_checkboxgroup_bridge.cpp180 strokeColor = theme->GetPointColor(); in SetCheckboxGroupMark()

12