Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_dialog/
H A Dui_test_dialog.cpp322 button9_ = new UILabelButton(); in UIKitDialogTest009()
323 button9_->SetPosition(0, positionY_, BUTTON_WIDTH, BUTTON_HEIGHT); in UIKitDialogTest009()
324 button9_->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in UIKitDialogTest009()
325 button9_->SetText("Dialog9"); in UIKitDialogTest009()
326 button9_->SetOnClickListener(this); in UIKitDialogTest009()
327 container_->Add(button9_); in UIKitDialogTest009()
487 } else if (&view == button9_) { in ClickExpand()
H A Dui_test_dialog.h67 UILabelButton* button9_ = nullptr; variable