Home
last modified time | relevance | path

Searched refs:SetRadioSize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_radio_bridge.h32 static ArkUINativeModuleValue SetRadioSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_radio_bridge.cpp180 ArkUINativeModuleValue RadioBridge::SetRadioSize(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetRadioSize() function in OHOS::Ace::NG::RadioBridge
H A Darkts_native_api_impl_bridge.cpp2955 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), RadioBridge::SetRadioSize)); in RegisterRadioAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dradio_modifier.cpp115 void SetRadioSize(ArkUINodeHandle node, ArkUI_Float32 widthValue, ArkUI_Int32 widthUnit, ArkUI_Floa… in SetRadioSize() function
310 … SetRadioWidth, ResetRadioWidth, SetRadioHeight, ResetRadioHeight, SetRadioSize, ResetRadioSize, in GetRadioModifier()
321 … SetRadioWidth, ResetRadioWidth, SetRadioHeight, ResetRadioHeight, SetRadioSize, ResetRadioSize, in GetCJUIRadioModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_theme.h476 SetRadioSize(themeConstants, theme); in ParsePattern()
479 …void SetRadioSize(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<RadioTheme>& theme) c… in SetRadioSize() function