Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_radio.cpp306 Color checkedBackgroundColorVal; in JsRadioStyle() local
307 if (!ParseJsColor(checkedBackgroundColor, checkedBackgroundColorVal)) { in JsRadioStyle()
308 if (!JSRadioTheme::ObtainCheckedBackgroundColor(checkedBackgroundColorVal)) { in JsRadioStyle()
309 checkedBackgroundColorVal = theme->GetActiveColor(); in JsRadioStyle()
312 RadioModel::GetInstance()->SetCheckedBackgroundColor(checkedBackgroundColorVal); in JsRadioStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_radio_bridge.cpp88 Color checkedBackgroundColorVal; in SetRadioStyle() local
90 !ArkTSUtils::ParseJsColorAlpha(vm, checkedBackgroundColor, checkedBackgroundColorVal)) { in SetRadioStyle()
91 checkedBackgroundColorVal = radioTheme->GetActiveColor(); in SetRadioStyle()
105 checkedBackgroundColorVal.GetValue(), uncheckedBorderColorVal.GetValue(), indicatorColorVal.GetValue()); in SetRadioStyle()

Completed in 2 milliseconds