Home
last modified time | relevance | path

Searched refs:UIRadioButton (Results 1 - 12 of 12) sorted by relevance

/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); in HWTEST_F()
98 UIRadioButton* radioBtn2 = new UIRadioButton(); in HWTEST_F()
100 UIRadioButton* radioBtn3 = new UIRadioButton(name1); in HWTEST_F()
101 UIRadioButton* radioBtn in HWTEST_F()
[all...]
/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
[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()
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()
298 UIRadioButton *radioButton = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightRadioValueTest006()
313 radioButton = reinterpret_cast<UIRadioButton *>(componen in HeightRadioValueTest006()
[all...]
H A Dinput_event_tdd_test.cpp1261 UIRadioButton *radio = reinterpret_cast<UIRadioButton *>(GetComponent(page, "radio")); in HWTEST_F()
1387 UIRadioButton *radio1 = reinterpret_cast<UIRadioButton *>(GetComponent(page, "radio1")); in HWTEST_F()
1389 UIRadioButton *radio2 = reinterpret_cast<UIRadioButton *>(GetComponent(page, "radio2")); in HWTEST_F()
1391 UIRadioButton *radio3 = reinterpret_cast<UIRadioButton *>(GetComponent(page, "radio3")); in HWTEST_F()
H A Dinput_tdd_test.cpp809 * @tc.steps: create UIRadioButton in HWTEST_F()
824 UIRadioButton *radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HWTEST_F()
872 UIRadioButton *radioButton = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HWTEST_F()
925 UIRadioButton *radioButton = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_radio_button.h50 class UIRadioButton : public UICheckBox { class
53 * @brief A constructor used to create a <b>UIRadioButton</b> instance.
58 UIRadioButton();
61 * @fn UIRadioButton::UIRadioButton(const char* name);
65 explicit UIRadioButton(const char* name);
68 * @brief A destructor used to delete the <b>UIRadioButton</b> instance.
73 virtual ~UIRadioButton() in ~UIRadioButton()
101 * @fn virtual void UIRadioButton::OnClickEvent(const ClickEvent& event) override;
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_radio_component.h47 return const_cast<UIRadioButton *>(&radioButton_);
52 UIRadioButton radioButton_;
/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()
/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()
/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()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp537 UIRadioButton* radioButton = new UIRadioButton(); in UIKitUITestBorderMarginPaddingTest008()

Completed in 14 milliseconds