Home
last modified time | relevance | path

Searched refs:SetCheckboxWidth (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_checkbox_modifier.cpp52 void SetCheckboxWidth(ArkUINodeHandle node, float value, int unit) in SetCheckboxWidth() function
282 SetUnSelectedColor, SetCheckboxWidth, SetCheckboxHeight, SetMark, SetCheckboxPadding, in GetCheckboxModifier()
293 …JUICheckboxModifier modifier = { SetSelect, SetSelectedColor, SetUnSelectedColor, SetCheckboxWidth, in GetCJUICheckboxModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_checkbox_bridge.h28 static ArkUINativeModuleValue SetCheckboxWidth(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_checkbox_bridge.cpp131 ArkUINativeModuleValue CheckboxBridge::SetCheckboxWidth(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCheckboxWidth() function in OHOS::Ace::NG::CheckboxBridge
H A Darkts_native_api_impl_bridge.cpp2734 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CheckboxBridge::SetCheckboxWidth)); in RegisterCheckboxAttributes()