Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp524 stickyNext_ = nullptr; in CalculateStickyItem()
606 stickyNext_ = nullptr; in CalculateStickyItemOffset()
615 stickyNext_ = nullptr; in CalculateStickyItemOffset()
619 stickyNext_ = stickyItemBuilder_(listItemNext->GetIndex(), true); in CalculateStickyItemOffset()
623 if (stickyNext_) { in CalculateStickyItemOffset()
626 stickyNext_->Layout(itemLayout); in CalculateStickyItemOffset()
627 stickyNext_->SetVisible(false); in CalculateStickyItemOffset()
H A Drender_list.h522 return stickyNext_; in GetStickyNext()
594 RefPtr<RenderNode> stickyNext_; variable