Home
last modified time | relevance | path

Searched refs:checkedBackgroundColorVal (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_radio.cpp324 Color checkedBackgroundColorVal; in JsRadioStyle() local
325 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_radio_bridge.cpp87 Color checkedBackgroundColorVal; in SetRadioStyle() local
89 !ArkTSUtils::ParseJsColorAlpha(vm, checkedBackgroundColor, checkedBackgroundColorVal)) { in SetRadioStyle()
90 checkedBackgroundColorVal = radioTheme->GetActiveColor(); in SetRadioStyle()
104checkedBackgroundColorVal.GetValue(), uncheckedBorderColorVal.GetValue(), indicatorColorVal.GetVal… in SetRadioStyle()