Searched refs:scrollSelectLabel_ (Results 1 – 2 of 2) sorted by relevance
74 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()339 …scrollSelectLabel_->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()
79 UILabel* scrollSelectLabel_ = nullptr; variable