Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_radio.cpp338 Color indicatorColorVal; in JsRadioStyle() local
339 if (!ParseJsColor(indicatorColor, indicatorColorVal)) { in JsRadioStyle()
340 if (!JSRadioTheme::ObtainIndicatorColor(indicatorColorVal)) { in JsRadioStyle()
341 indicatorColorVal = theme->GetPointColor(); in JsRadioStyle()
344 RadioModel::GetInstance()->SetIndicatorColor(indicatorColorVal); in JsRadioStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_radio_bridge.cpp97 Color indicatorColorVal; in SetRadioStyle() local
99 !ArkTSUtils::ParseJsColorAlpha(vm, indicatorColor, indicatorColorVal)) { in SetRadioStyle()
100 indicatorColorVal = radioTheme->GetPointColor(); in SetRadioStyle()
104 …checkedBackgroundColorVal.GetValue(), uncheckedBorderColorVal.GetValue(), indicatorColorVal.GetVal… in SetRadioStyle()