Searched refs:setSwitchDirectionBtn_ (Results 1 – 2 of 2) sorted by relevance
94 setSwitchDirectionBtn_ = nullptr; in TearDown()266 if (setSwitchDirectionBtn_ == nullptr) { in InitButtons()267 setSwitchDirectionBtn_ = new UILabelButton(); in InitButtons()302 SetUpButton(setSwitchDirectionBtn_, "切换List方向"); in SetUpButtons001()437 } else if (&view == setSwitchDirectionBtn_) { in OnClick()
77 UILabelButton* setSwitchDirectionBtn_ = nullptr; variable