Searched refs:button6_ (Results 1 – 2 of 2) sorted by relevance
277 button6_ = new UILabelButton(); in UIKitDialogTest006()278 button6_->SetPosition(0, positionY_, BUTTON_WIDTH, BUTTON_HEIGHT); in UIKitDialogTest006()279 button6_->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in UIKitDialogTest006()280 button6_->SetText("Dialog6"); in UIKitDialogTest006()281 button6_->SetOnClickListener(this); in UIKitDialogTest006()282 container_->Add(button6_); in UIKitDialogTest006()472 if (&view == button6_) { in ClickExpand()
64 UILabelButton* button6_ = nullptr; variable