Home
last modified time | relevance | path

Searched refs:checkedBackgroundColor (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dradio_modifier.cpp41 void SetRadioStyle(ArkUINodeHandle node, ArkUI_Uint32 checkedBackgroundColor, ArkUI_Uint32 uncheckedBorderColor, in SetRadioStyle() argument
47 RadioModelNG::SetCheckedBackgroundColor(frameNode, Color(checkedBackgroundColor)); in SetRadioStyle()
248 options->checkedBackgroundColor = RadioModelNG::GetCheckedBackgroundColor(frameNode).GetValue(); in GetRadioStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_radio_bridge.cpp78 Local<JSValueRef> checkedBackgroundColor = runtimeCallInfo->GetCallArgRef(NUM_1); in SetRadioStyle() local
89 if (checkedBackgroundColor->IsNull() || checkedBackgroundColor->IsUndefined() || in SetRadioStyle()
90 !ArkTSUtils::ParseJsColorAlpha(vm, checkedBackgroundColor, checkedBackgroundColorVal)) { in SetRadioStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_radio.cpp303 JSRef<JSVal> checkedBackgroundColor = obj->GetProperty("checkedBackgroundColor"); in JsRadioStyle() local
307 if (!ParseJsColor(checkedBackgroundColor, checkedBackgroundColorVal)) { in JsRadioStyle()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1231 ArkUI_Uint32 checkedBackgroundColor; member
4467 void (*setRadioStyle)(ArkUINodeHandle node, ArkUI_Uint32 checkedBackgroundColor, ArkUI_Uint32 uncheckedBorderColor,
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h2735 void (*setRadioStyle)(ArkUINodeHandle node, ArkUI_Uint32 checkedBackgroundColor, ArkUI_Uint32 uncheckedBorderColor,
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js18819 getUINativeModule().radio.setRadioStyle(node, this.value.checkedBackgroundColor, this.value.uncheckedBorderColor, this.value.indicatorColor);
18823 let checkedBackgroundColorEQ = isBaseOrResourceEqual(this.stageValue.checkedBackgroundColor, this.value.checkedBackgroundColor);
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp12202 // checkedBackgroundColor in SetRadioStyle()
12231 g_numberValues[NUM_0].u32 = options.checkedBackgroundColor; in GetRadioStyle()

Completed in 80 milliseconds