Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_advanced_layout.cpp48 majorAroundBtn_ = new UILabelButton(); in SetUp()
143 SetUpButton(flexController_, majorAroundBtn_, "M_around"); in SetTestButtons001()
278 } else if (&view == majorAroundBtn_) { in OnClick()
H A Dui_test_advanced_layout.h66 UILabelButton* majorAroundBtn_ = nullptr; variable