Home
last modified time | relevance | path

Searched refs:repeatBtn_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_repeat_button_unit_test.cpp27 static UIRepeatButton* repeatBtn_; member in OHOS::UIRepeatButtonTest
30 UIRepeatButton* UIRepeatButtonTest::repeatBtn_ = nullptr; member in OHOS::UIRepeatButtonTest
34 if (repeatBtn_ == nullptr) { in SetUpTestCase()
35 repeatBtn_ = new UIRepeatButton(); in SetUpTestCase()
41 if (repeatBtn_ != nullptr) { in TearDownTestCase()
42 delete repeatBtn_; in TearDownTestCase()
43 repeatBtn_ = nullptr; in TearDownTestCase()
55 if (repeatBtn_ == nullptr) {
70 if (repeatBtn_ == nullptr) {
75 repeatBtn_->SetInterval(interval);
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H A Dui_test_image_animator.cpp313 repeatBtn_ = new UILabelButton(); in UIKitImageAnimatorTestSetRepeat008()
315 SetUpButton(repeatBtn_, "循环播放"); in UIKitImageAnimatorTestSetRepeat008()
390 } else if (&view == repeatBtn_) { in OnClick()
H A Dui_test_image_animator.h110 UILabelButton* repeatBtn_ = nullptr; variable