Searched refs:SetCheckedBackgroundColor (Results 1 – 7 of 7) sorted by relevance
43 void SetCheckedBackgroundColor(const Color& color) override;54 static void SetCheckedBackgroundColor(FrameNode* frameNode, const Color& color);
39 virtual void SetCheckedBackgroundColor(const Color& color) {} in SetCheckedBackgroundColor() function
117 void RadioModelNG::SetCheckedBackgroundColor(const Color& color) in SetCheckedBackgroundColor() function in OHOS::Ace::NG::RadioModelNG166 void RadioModelNG::SetCheckedBackgroundColor(FrameNode* frameNode, const Color& color) in SetCheckedBackgroundColor() function in OHOS::Ace::NG::RadioModelNG
34 … RadioModel::GetInstance()->SetCheckedBackgroundColor(themeColors->CompBackgroundEmphasize()); in ApplyTheme()
55 RadioModelNG::SetCheckedBackgroundColor(frameNode, Color(checkedBackgroundColor)); in SetRadioStyle()72 RadioModelNG::SetCheckedBackgroundColor(frameNode, theme->GetActiveColor()); in ResetRadioStyle()
315 RadioModel::GetInstance()->SetCheckedBackgroundColor(theme->GetActiveColor()); in JsRadioStyle()330 RadioModel::GetInstance()->SetCheckedBackgroundColor(checkedBackgroundColorVal); in JsRadioStyle()
134 radioModelNG.SetCheckedBackgroundColor(NORMAL_COLOR);144 radioModelNG2.SetCheckedBackgroundColor(ERROR_COLOR);