Home
last modified time | relevance | path

Searched defs:radio (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dradio_group_component.h26 void AddRadio(const RefPtr<RadioComponent<T>>& radio) in AddRadio() argument
34 void RemoveRadio(const RefPtr<RadioComponent<T>>& radio) in RemoveRadio() argument
[all...]
H A Drender_radio.cpp33 const auto& radio = AceType::DynamicCast<RadioComponent<std::string>>(component); in Update() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dradio_switch_tdd_test.cpp44 UIRadioButton *radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in WidthRadioValueTest001() local
105 UIRadioButton *radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); WidthRadioValueTest002() local
[all...]
H A Dinput_event_tdd_test.cpp1261 UIRadioButton *radio = reinterpret_cast<UIRadioButton *>(GetComponent(page, "radio")); HWTEST_F() local
[all...]
H A Dinput_tdd_test.cpp824 UIRadioButton *radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h90 virtual void SetSphericalEffect(double radio) {} in SetSphericalEffect() argument
92 virtual void SetLightUpEffect(double radio) {} in SetLightUpEffect() argument
H A Dview_abstract.cpp331 void ViewAbstract::SetSphericalEffect(double radio) in SetSphericalEffect() argument
347 void ViewAbstract::SetLightUpEffect(double radio) in SetLightUpEffect() argument
3063 void ViewAbstract::SetLightUpEffect(FrameNode* frameNode, double radio) in SetLightUpEffect() argument
3068 void ViewAbstract::SetSphericalEffect(FrameNode* frameNode, double radio) in SetSphericalEffect() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp488 auto radio = DynamicCast<RadioComponent<std::string>>(inputChild_); in OnReset() local
519 auto radio = DynamicCast<RadioComponent<std::string>>(inputChild_); in SetFormValueListener() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_pattern.cpp464 auto radio = height / 2.0; in GetInnerFocusPaintRect() local
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.cpp348 ArkUI_AttributeItem* radio = nodePtr->areaChangeRadio; in RegisterNodeEvent() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp1106 float radio = 2.0f; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_api_impl_bridge.cpp2952 auto radio = panda::ObjectRef::New(vm); in RegisterRadioAttributes() local
[all...]
H A Darkts_native_common_bridge.cpp3499 auto radio = 1.0; in SetLightUpEffect() local
3524 auto radio = 0.0; in SetSphericalEffect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h486 virtual void OnSphericalEffectUpdate(double radio) {} in OnSphericalEffectUpdate() argument
488 virtual void OnLightUpEffectUpdate(double radio) {} in OnLightUpEffectUpdate() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1084 void RosenRenderContext::OnSphericalEffectUpdate(double radio) in OnSphericalEffectUpdate() argument
1110 void RosenRenderContext::OnLightUpEffectUpdate(double radio) in OnLightUpEffectUpdate() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2479 void SetLightUpEffect(ArkUINodeHandle node, ArkUI_Float32 radio) in SetLightUpEffect() argument
2494 void SetSphericalEffect(ArkUINodeHandle node, ArkUI_Float64 radio) in SetSphericalEffect() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp3050 auto radio = 0.0; in JsSphericalEffect() local
3115 auto radio = 1.0; in JsLightUpEffect() local

Completed in 97 milliseconds