Home
last modified time | relevance | path

Searched refs:scrollSelectLabel_ (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.cpp74 scrollSelectLabel_ = nullptr; in TearDown()
328 if (scrollSelectLabel_ == nullptr) { in UIKitListScrollTestBlankSet001()
329 scrollSelectLabel_ = new UILabel(); in UIKitListScrollTestBlankSet001()
333 scrollSelectLabel_->SetLineBreakMode(UILabel::LINE_BREAK_ADAPT); in UIKitListScrollTestBlankSet001()
335 scrollSelectLabel_->SetText("NULL"); in UIKitListScrollTestBlankSet001()
339scrollSelectLabel_->SetPosition(list->GetWidth() + scrollStateLabel_->GetWidth() + g_blank + 53, l… in UIKitListScrollTestBlankSet001()
341 scrollSelectLabel_->SetText(static_cast<UILabel*>(list->GetSelectView())->GetText()); in UIKitListScrollTestBlankSet001()
356 container_->Add(scrollSelectLabel_); in UIKitListScrollTestBlankSet001()
480 scrollSelectLabel_->SetText(static_cast<UILabel*>(view)->GetText()); in OnItemSelected()
483 scrollSelectLabel_->SetText("NULL"); in OnItemSelected()
H A Dui_test_ui_list.h79 UILabel* scrollSelectLabel_ = nullptr; variable