Home
last modified time | relevance | path

Searched refs:autoTestBtn_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/test/framework/src/
H A Dui_test_app.cpp92 if (autoTestBtn_ == nullptr) { in InitAutoTestBtn()
93 autoTestBtn_ = new UILabelButton(); in InitAutoTestBtn()
94 autoTestBtn_->Resize(163, 64); // 163: button width; 64: button height in InitAutoTestBtn()
95 autoTestBtn_->SetPosition(Screen::GetInstance().GetWidth() - autoTestBtn_->GetWidth(), 0); in InitAutoTestBtn()
96 autoTestBtn_->SetText("自动测试"); in InitAutoTestBtn()
98 autoTestBtn_->SetOnClickListener(listern); in InitAutoTestBtn()
99 autoTestBtn_->SetFont(DEFAULT_VECTOR_FONT_FILENAME, 24); // 24: means font size in InitAutoTestBtn()
100 autoTestBtn_->SetStyleForState(STYLE_BORDER_RADIUS, 0, UIButton::RELEASED); in InitAutoTestBtn()
101 autoTestBtn_ in InitAutoTestBtn()
[all...]
/foundation/arkui/ui_lite/test/framework/include/
H A Dui_test_app.h55 UILabelButton* autoTestBtn_ = nullptr; member in OHOS::UITestApp

Completed in 2 milliseconds