Searched refs:inputTypeBtn_ (Results 1 – 2 of 2) sorted by relevance
172 if (inputTypeBtn_ == nullptr) { in SetupView()173 inputTypeBtn_ = new UILabelButton(); in SetupView()174 container_->Add(inputTypeBtn_); in SetupView()175 inputTypeBtn_->Resize(100, 40); // 100: width, 40: height in SetupView()176 inputTypeBtn_->SetText("toggle"); in SetupView()177 inputTypeBtn_->SetViewId(UI_TEST_KEY_INPUT); in SetupView()178 inputTypeBtn_->LayoutRightToSibling("Input_edit_text_view", 10); // 10: offset in SetupView()179 inputTypeBtn_->SetOnClickListener(this); in SetupView()180 inputTypeBtn_->SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, in SetupView()284 if (inputTypeBtn_ == &view) { in OnClick()[all …]
76 UILabelButton* inputTypeBtn_ = nullptr; variable