Searched refs:UIRadioButton (Results 1 – 13 of 13) sorted by relevance
27 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);
39 UIRadioButton::UIRadioButton() : UIRadioButton(nullptr) {} in UIRadioButton() function in OHOS::UIRadioButton40 UIRadioButton::UIRadioButton(const char* name) in UIRadioButton() function in OHOS::UIRadioButton53 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()
44 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()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 …]
1261 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"));
824 UIRadioButton *radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView());872 … UIRadioButton *radioButton = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView());925 … UIRadioButton *radioButton = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView());
50 class UIRadioButton : public UICheckBox {58 UIRadioButton();65 explicit UIRadioButton(const char* name);73 virtual ~UIRadioButton() in ~UIRadioButton()
11 7. 支持UICheckBox/UIRadioButton/UIToggleButton动效74 7. 支持UICheckBox/UIRadioButton/UIToggleButton动效78 (2)支持UIRadioButton和UIToggleButton动效,默认软件绘制。
47 return const_cast<UIRadioButton *>(&radioButton_); in GetComponentRootView()52 UIRadioButton radioButton_;
71 UIRadioButton* AddRadioButton(Rect rect, const char* name,102 class UITestRadioButton : public UIRadioButton {
260 UIRadioButton* UITestTransform::AddRadioButton(Rect rect, const char* name, in AddRadioButton()292 : UIRadioButton(name) in UITestRadioButton()
212 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()
194 UIRadioButton* radioButton = new UIRadioButton("aaa"); in CreateButtons()
537 UIRadioButton* radioButton = new UIRadioButton(); in UIKitUITestBorderMarginPaddingTest008()