Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h335 void ApplyPreviousStickyListItem(size_t index, bool forceLayout = false);
H A Drender_list.cpp1111 ApplyPreviousStickyListItem(index, true); in UpdateStickyListItem()
1116 ApplyPreviousStickyListItem(startIndex_ - 1, true); in UpdateStickyListItem()
1732 void RenderList::ApplyPreviousStickyListItem(size_t index, bool needLayout) in ApplyPreviousStickyListItem() function in OHOS::Ace::V2::RenderList