Home
last modified time | relevance | path

Searched refs:UIToggleButton (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dswitch_tdd_test.cpp74 UIToggleButton* toggleButton = reinterpret_cast<UIToggleButton *>(view); in ComponentSwitchAttributeSetTest001()
92 toggleButton = reinterpret_cast<UIToggleButton *>(view); in ComponentSwitchAttributeSetTest001()
110 toggleButton = reinterpret_cast<UIToggleButton *>(view); in ComponentSwitchAttributeSetTest001()
140 UIToggleButton* toggleButton = reinterpret_cast<UIToggleButton *>(view); in ComponentSwitchAttributeSetTest002()
177 UIToggleButton* toggleButton = reinterpret_cast<UIToggleButton *>(view); in ComponentSwitchAttributeSetTest003()
H A Dradio_switch_tdd_test.cpp142 UIToggleButton *toggleButton = reinterpret_cast<UIToggleButton *>(component->GetComponentRootView()); in WidthSwitchValueTest003()
160 toggleButton = reinterpret_cast<UIToggleButton *>(component->GetComponentRootView()); in WidthSwitchValueTest003()
176 toggleButton = reinterpret_cast<UIToggleButton *>(component->GetComponentRootView()); in WidthSwitchValueTest003()
199 UIToggleButton *toggleButton = reinterpret_cast<UIToggleButton *>(component->GetComponentRootView()); in WidthSwitchValueTest004()
210 toggleButton = reinterpret_cast<UIToggleButton *>(component->GetComponentRootView()); in WidthSwitchValueTest004()
237 UIToggleButton *toggleButton = reinterpret_cast<UIToggleButton *>(component->GetComponentRootView()); in HeightRadioValueTest005()
254 toggleButton = reinterpret_cast<UIToggleButton *>(componen in HeightRadioValueTest005()
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_toggle_button.cpp33 UIToggleButton::UIToggleButton() in UIToggleButton() function in OHOS::UIToggleButton
47 void UIToggleButton::SetState(bool state) in SetState()
57 void UIToggleButton::CalculateSize() in CalculateSize()
96 void UIToggleButton::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw()
123 void UIToggleButton::Callback(UIView* view) in Callback()
153 void UIToggleButton::OnStop(UIView& view) in OnStop()
165 void UIToggleButton::EnableRtl(bool isRtl) in EnableRtl()
170 bool UIToggleButton::IsRtl() in IsRtl()
H A Dui_video.cpp427 playButton_ = new UIToggleButton(); in InitControllerButton()
429 GRAPHIC_LOGE("new UIToggleButton fail"); in InitControllerButton()
440 pauseButton_ = new UIToggleButton(); in InitControllerButton()
442 GRAPHIC_LOGE("new UIToggleButton fail"); in InitControllerButton()
453 volumeButton_ = new UIToggleButton(); in InitControllerButton()
455 GRAPHIC_LOGE("new UIToggleButton fail"); in InitControllerButton()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_toggle_button_unit_test.cpp27 static UIToggleButton* toggleBtn_;
30 UIToggleButton* UIToggleButtonTest::toggleBtn_ = nullptr;
35 toggleBtn_ = new UIToggleButton(); in SetUpTestCase()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_toggle_button.h53 class UIToggleButton : public UICheckBox { class
56 * @brief A constructor used to create a <b>UIToggleButton</b> instance.
61 UIToggleButton();
64 * @brief A destructor used to delete the <b>UIToggleButton</b> instance.
69 virtual ~UIToggleButton() {} in ~UIToggleButton()
135 }; // class UIToggleButton
H A Dui_video.h339 void SetPlayButton(UIToggleButton* toggleButton) in SetPlayButton()
368 UIToggleButton* playButton_ = nullptr;
476 UIToggleButton* volumeButton_ = nullptr;
478 UIToggleButton* playButton_ = nullptr;
479 UIToggleButton* pauseButton_ = nullptr;
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.h48 void SetUpButtons(UIToggleButton* marginBtn,
49 UIToggleButton* borderBtn,
50 UIToggleButton* paddingBtn);
H A Dui_test_border_margin_padding.cpp143 UIToggleButton* marginBtn = new UIToggleButton(); in SetUp()
149 UIToggleButton* borderBtn = new UIToggleButton(); in SetUp()
155 UIToggleButton* paddingBtn = new UIToggleButton(); in SetUp()
180 void UITestBorderMarginPadding::SetUpButtons(UIToggleButton* marginBtn, in SetUpButtons()
181 UIToggleButton* borderBtn, in SetUpButtons()
182 UIToggleButton* paddingBtn) in SetUpButtons()
542 UIToggleButton* toggleButto in UIKitUITestBorderMarginPaddingTest008()
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dswitch_component.h40 UIToggleButton toggleButton_;
H A Dswitch_component.cpp76 return const_cast<UIToggleButton *>(&toggleButton_); in GetComponentRootView()
/foundation/arkui/ui_lite/test/uitest/test_view_bounds/
H A Dui_test_view_bounds.cpp69 class ViewBoundsChangeListener : public UIToggleButton::OnChangeListener {
118 UIToggleButton* toggle = new UIToggleButton(); in UIKitViewBoundsSetState001()
/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp210 checkBox = static_cast<UICheckBox*>(new UIToggleButton()); in CreateButtonGroup()
391 UIToggleButton* togglebutton = new UIToggleButton(); in UIKitToggleButtonTest002()
400 UIToggleButton* togglebutton2 = new UIToggleButton(); in UIKitToggleButtonTest002()
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.cpp199 UIToggleButton* toggleButton = new UIToggleButton(); in CreateButtons()
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp107 const UIToggleButton* tmpToggleButton = static_cast<const UIToggleButton*>(view); in AddToggleButtonField()

Completed in 9 milliseconds