Searched refs:FindPreviousStickyListItem (Results 1 – 5 of 5) sorted by relevance
38 virtual size_t FindPreviousStickyListItem(size_t /* index */) in FindPreviousStickyListItem() function
46 size_t FindPreviousStickyListItem(size_t index) override;
143 size_t ListElement::FindPreviousStickyListItem(size_t index) in FindPreviousStickyListItem() function in OHOS::Ace::V2::ListElement
323 size_t FindPreviousStickyListItem(size_t index);
1678 size_t RenderList::FindPreviousStickyListItem(size_t index) in FindPreviousStickyListItem() function in OHOS::Ace::V2::RenderList1681 …return generator ? generator->FindPreviousStickyListItem(index) : ListItemGenerator::INVALID_INDEX; in FindPreviousStickyListItem()1734 size_t newIndex = FindPreviousStickyListItem(index); in ApplyPreviousStickyListItem()