Searched defs:SetCheckedBackgroundColor (Results 1 – 4 of 4) sorted by relevance
36 void RadioModelStatic::SetCheckedBackgroundColor(FrameNode* frameNode, const std::optional<Color>& … in SetCheckedBackgroundColor() function in OHOS::Ace::NG::RadioModelStatic
45 virtual void SetCheckedBackgroundColor(const Color& color) {} in SetCheckedBackgroundColor() function
120 void RadioModelNG::SetCheckedBackgroundColor(const Color& color) in SetCheckedBackgroundColor() function in OHOS::Ace::NG::RadioModelNG190 void RadioModelNG::SetCheckedBackgroundColor(FrameNode* frameNode, const Color& color) in SetCheckedBackgroundColor() function in OHOS::Ace::NG::RadioModelNG
315 void JSRadio::SetCheckedBackgroundColor(const JSCallbackInfo& info, const RefPtr<RadioTheme>& theme) in SetCheckedBackgroundColor() function in OHOS::Ace::Framework::JSRadio