Searched refs:checkedBackgroundColorVal (Results 1 – 2 of 2) sorted by relevance
324 Color checkedBackgroundColorVal; in JsRadioStyle() local325 if (!ParseJsColor(checkedBackgroundColor, checkedBackgroundColorVal)) { in JsRadioStyle()326 if (!JSRadioTheme::ObtainCheckedBackgroundColor(checkedBackgroundColorVal)) { in JsRadioStyle()327 checkedBackgroundColorVal = theme->GetActiveColor(); in JsRadioStyle()330 RadioModel::GetInstance()->SetCheckedBackgroundColor(checkedBackgroundColorVal); in JsRadioStyle()
87 Color checkedBackgroundColorVal; in SetRadioStyle() local89 !ArkTSUtils::ParseJsColorAlpha(vm, checkedBackgroundColor, checkedBackgroundColorVal)) { in SetRadioStyle()90 checkedBackgroundColorVal = radioTheme->GetActiveColor(); in SetRadioStyle()104 …checkedBackgroundColorVal.GetValue(), uncheckedBorderColorVal.GetValue(), indicatorColorVal.GetVal… in SetRadioStyle()