Home
last modified time | relevance | path

Searched refs:UIRepeatButton (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/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::HandleTickEvent() in HandleTickEvent()
52 bool UIRepeatButton::OnLongPressEvent(const LongPressEvent& event) in OnLongPressEvent()
59 void UIRepeatButton::SetEvent(const ClickEvent& event) in SetEvent()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_repeat_button.h51 class UIRepeatButton : public UIButton {
59 UIRepeatButton();
67 virtual ~UIRepeatButton();
145 static UIRepeatButton* repeatButton_;
/ohos5.0/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()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-common-guide.md13 …继承。UIBoxProgress、UICircleProgress从UIAbstractProgress继承,UILabelButton和UIRepeatButton从UIButton继承,UII…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-common-guide.md8 …** inherit from **UIAbstractProgress**. **UILabelButton** and **UIRepeatButton** inherit fro…