Searched refs:checkedBackgroundColor (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | radio_modifier.cpp | 41 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 D | arkts_native_radio_bridge.cpp | 78 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 D | js_radio.cpp | 303 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 D | arkoala_api.h | 1231 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 D | cjui_api.h | 2735 void (*setRadioStyle)(ArkUINodeHandle node, ArkUI_Uint32 checkedBackgroundColor, ArkUI_Uint32 uncheckedBorderColor,
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 18819 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 D | style_modifier.cpp | 12202 // checkedBackgroundColor in SetRadioStyle() 12231 g_numberValues[NUM_0].u32 = options.checkedBackgroundColor; in GetRadioStyle()
|
Completed in 80 milliseconds