Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_checkbox_modifier.cpp142 void ResetCheckboxResponseRegion(ArkUINodeHandle node) {} in ResetCheckboxResponseRegion() function
285 ResetCheckboxShape, ResetCheckboxPadding, ResetCheckboxResponseRegion, in GetCheckboxModifier()
296 …ResetCheckboxPadding, ResetCheckboxResponseRegion, GetSelect, GetSelectedColor, GetUnSelectedColor, in GetCJUICheckboxModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_checkbox_bridge.h40 … static ArkUINativeModuleValue ResetCheckboxResponseRegion(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_checkbox_bridge.cpp291 ArkUINativeModuleValue CheckboxBridge::ResetCheckboxResponseRegion(ArkUIRuntimeCallInfo* runtimeCal… in ResetCheckboxResponseRegion() function in OHOS::Ace::NG::CheckboxBridge
H A Darkts_native_api_impl_bridge.cpp2752 …da::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CheckboxBridge::ResetCheckboxResponseRegion)); in RegisterCheckboxAttributes()