Searched refs:setItemHeightMinBtn_ (Results 1 – 2 of 2) sorted by relevance
91 setItemHeightMinBtn_ = nullptr; in TearDown()257 if (setItemHeightMinBtn_ == nullptr) { in InitButtons()258 setItemHeightMinBtn_ = new UILabelButton(); in InitButtons()299 SetUpButton(setItemHeightMinBtn_, "设置Item高度为1"); in SetUpButtons001()427 } else if (&view == setItemHeightMinBtn_) { in OnClick()
74 UILabelButton* setItemHeightMinBtn_ = nullptr; variable