Home
last modified time | relevance | path

Searched refs:UIRepeatButton (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_repeat_button.cpp20 UIRepeatButton* UIRepeatButton::repeatButton_ = nullptr;
23 UIRepeatButton::UIRepeatButton() : ticksInterval_(200), event_({ 0, 0 }), in UIRepeatButton() function in OHOS::UIRepeatButton
26 UIRepeatButton::~UIRepeatButton() {} in ~UIRepeatButton()
28 void UIRepeatButton::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw()
33 bool UIRepeatButton::OnReleaseEvent(const ReleaseEvent& event) in OnReleaseEvent()
41 bool UIRepeatButton::OnClickEvent(const ClickEvent& event) in OnClickEvent()
47 void UIRepeatButton
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_repeat_button.h51 class UIRepeatButton : public UIButton { class
54 * @brief A constructor used to create a <b>UIRepeatButton</b> instance.
59 UIRepeatButton();
62 * @brief A destructor used to delete the <b>UIRepeatButton</b> instance.
67 virtual ~UIRepeatButton();
107 * @fn void UIRepeatButton::OnClickEvent(const ClickEvent& event)
117 * @fn void UIRepeatButton::OnReleaseEvent(const ReleaseEvent& event)
126 * @fn void UIRepeatButton::OnLongPressEvent(const ReleaseEvent& event)
135 * @fn void UIRepeatButton::HandleTickEvent()
145 static UIRepeatButton* repeatButton
[all...]
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_repeat_button_unit_test.cpp27 static UIRepeatButton* repeatBtn_;
30 UIRepeatButton* UIRepeatButtonTest::repeatBtn_ = nullptr;
35 repeatBtn_ = new UIRepeatButton(); in SetUpTestCase()

Completed in 2 milliseconds