Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_radio.cpp320 Color indicatorColorVal; in JsRadioStyle() local
321 if (!ParseJsColor(indicatorColor, indicatorColorVal)) { in JsRadioStyle()
322 if (!JSRadioTheme::ObtainIndicatorColor(indicatorColorVal)) { in JsRadioStyle()
323 indicatorColorVal = theme->GetPointColor(); in JsRadioStyle()
326 RadioModel::GetInstance()->SetIndicatorColor(indicatorColorVal); in JsRadioStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_radio_bridge.cpp98 Color indicatorColorVal; in SetRadioStyle() local
100 !ArkTSUtils::ParseJsColorAlpha(vm, indicatorColor, indicatorColorVal)) { in SetRadioStyle()
101 indicatorColorVal = radioTheme->GetPointColor(); in SetRadioStyle()
105 checkedBackgroundColorVal.GetValue(), uncheckedBorderColorVal.GetValue(), indicatorColorVal.GetValue()); in SetRadioStyle()

Completed in 3 milliseconds