Home
last modified time | relevance | path

Searched refs:button5_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_dialog/
H A Dui_test_dialog.cpp262 button5_ = new UILabelButton(); in UIKitDialogTest005()
263 button5_->SetPosition(0, positionY_, BUTTON_WIDTH, BUTTON_HEIGHT); in UIKitDialogTest005()
264 button5_->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in UIKitDialogTest005()
265 button5_->SetText("Dialog5"); in UIKitDialogTest005()
266 button5_->SetOnClickListener(this); in UIKitDialogTest005()
267 container_->Add(button5_); in UIKitDialogTest005()
369 } else if (&view == button5_) { in OnClick()
H A Dui_test_dialog.h63 UILabelButton* button5_ = nullptr; variable