Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H A Dui_test_ui_list.cpp91 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()
H A Dui_test_ui_list.h74 UILabelButton* setItemHeightMinBtn_ = nullptr; variable