Home
last modified time | relevance | path

Searched refs:UIRadioButton (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_radio_button_unit_test.cpp27 static UIRadioButton* radioBtn_;
30 UIRadioButton* UIRadioButtonTest::radioBtn_ = nullptr;
35 radioBtn_ = new UIRadioButton(); in SetUpTestCase()
97 UIRadioButton* radioBtn1 = new UIRadioButton(name1);
98 UIRadioButton* radioBtn2 = new UIRadioButton();
100 UIRadioButton* radioBtn3 = new UIRadioButton(name1);
101 UIRadioButton* radioBtn4 = new UIRadioButton(name2);
102 UIRadioButton* radioBtn5 = new UIRadioButton(name2);
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_radio_button.cpp39 UIRadioButton::UIRadioButton() : UIRadioButton(nullptr) {} in UIRadioButton() function in OHOS::UIRadioButton
40 UIRadioButton::UIRadioButton(const char* name) in UIRadioButton() function in OHOS::UIRadioButton
53 bool UIRadioButton::OnClickEvent(const ClickEvent& event) in OnClickEvent()
65 void UIRadioButton::CalculateSize() in CalculateSize()
84 void UIRadioButton::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw()
121 void UIRadioButton::SetName(const char* name) in SetName()
144 void UIRadioButton::FindRadioButtonAndChangeState(UIView* view) in FindRadioButtonAndChangeState()
159 UIRadioButton* uiRadioButtonInfo = static_cast<UIRadioButton*>(view); in FindRadioButtonAndChangeState()
165 void UIRadioButton::Callback(UIView* view) in Callback()
/ohos5.0/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()
61 radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in WidthRadioValueTest001()
77 radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in WidthRadioValueTest001()
105 UIRadioButton *radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in WidthRadioValueTest002()
120 radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in WidthRadioValueTest002()
298UIRadioButton *radioButton = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightRadioValueTest006()
335 UIRadioButton *button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest007()
352 button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest007()
368 button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest007()
391 UIRadioButton *button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest008()
[all …]
H A Dinput_event_tdd_test.cpp1261 UIRadioButton *radio = reinterpret_cast<UIRadioButton *>(GetComponent(page, "radio"));
1387 UIRadioButton *radio1 = reinterpret_cast<UIRadioButton *>(GetComponent(page, "radio1"));
1389 UIRadioButton *radio2 = reinterpret_cast<UIRadioButton *>(GetComponent(page, "radio2"));
1391 UIRadioButton *radio3 = reinterpret_cast<UIRadioButton *>(GetComponent(page, "radio3"));
H A Dinput_tdd_test.cpp824 UIRadioButton *radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView());
872UIRadioButton *radioButton = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView());
925UIRadioButton *radioButton = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView());
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_radio_button.h50 class UIRadioButton : public UICheckBox {
58 UIRadioButton();
65 explicit UIRadioButton(const char* name);
73 virtual ~UIRadioButton() in ~UIRadioButton()
/ohos5.0/foundation/arkui/ui_lite/
H A Dchangelog.md11 7. 支持UICheckBox/UIRadioButton/UIToggleButton动效
74 7. 支持UICheckBox/UIRadioButton/UIToggleButton动效
78 (2)支持UIRadioButton和UIToggleButton动效,默认软件绘制。
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_radio_component.h47 return const_cast<UIRadioButton *>(&radioButton_); in GetComponentRootView()
52 UIRadioButton radioButton_;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.h71 UIRadioButton* AddRadioButton(Rect rect, const char* name,
102 class UITestRadioButton : public UIRadioButton {
H A Dui_test_transform.cpp260 UIRadioButton* UITestTransform::AddRadioButton(Rect rect, const char* name, in AddRadioButton()
292 : UIRadioButton(name) in UITestRadioButton()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp212 checkBox = static_cast<UICheckBox*>(new UIRadioButton(name)); in CreateButtonGroup()
352 UIRadioButton* radioButton = new UIRadioButton("aaa"); in UIKitRadioButtonTest002()
359 UIRadioButton* radioButton2 = new UIRadioButton("aaa"); in UIKitRadioButtonTest002()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.cpp194 UIRadioButton* radioButton = new UIRadioButton("aaa"); in CreateButtons()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp537 UIRadioButton* radioButton = new UIRadioButton(); in UIKitUITestBorderMarginPaddingTest008()