Home
last modified time | relevance | path

Searched defs:SetCheckedBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
Dradio_model_static.cpp36 void RadioModelStatic::SetCheckedBackgroundColor(FrameNode* frameNode, const std::optional<Color>& … in SetCheckedBackgroundColor() function in OHOS::Ace::NG::RadioModelStatic
Dradio_model.h45 virtual void SetCheckedBackgroundColor(const Color& color) {} in SetCheckedBackgroundColor() function
Dradio_model_ng.cpp120 void RadioModelNG::SetCheckedBackgroundColor(const Color& color) in SetCheckedBackgroundColor() function in OHOS::Ace::NG::RadioModelNG
190 void RadioModelNG::SetCheckedBackgroundColor(FrameNode* frameNode, const Color& color) in SetCheckedBackgroundColor() function in OHOS::Ace::NG::RadioModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_radio.cpp315 void JSRadio::SetCheckedBackgroundColor(const JSCallbackInfo& info, const RefPtr<RadioTheme>& theme) in SetCheckedBackgroundColor() function in OHOS::Ace::Framework::JSRadio