Home
last modified time | relevance | path

Searched refs:currentStickyItem_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp924 if (currentStickyItem_) { in SetItemsPositionForLaneList()
1064 if (currentStickyItem_) { in SetItemsPosition()
1252 if (currentStickyItem_ && currentStickyItem_->GetPaintRect().IsInRegion(parentLocalPoint)) { in TouchTest()
1361 if (currentStickyItem_) { in LayoutOrRecycleCurrentItemsForLaneList()
1362 LayoutChild(currentStickyItem_); in LayoutOrRecycleCurrentItemsForLaneList()
1541 if (currentStickyItem_) { in LayoutOrRecycleCurrentItems()
1542 LayoutChild(currentStickyItem_); in LayoutOrRecycleCurrentItems()
1589 newChild = currentStickyItem_; in RequestAndLayoutNewItem()
1727 currentStickyItem_.Reset(); in RemoveAllItems()
1736 currentStickyItem_.Reset(); in ApplyPreviousStickyListItem()
[all …]
H A Drosen_render_list.cpp85 if (child == currentStickyItem_ || child == selectedItem_) { in Paint()
128 if (currentStickyItem_) { in Paint()
129 PaintChild(currentStickyItem_, context, offset); in Paint()
H A Drender_list.h426 RefPtr<RenderListItem> currentStickyItem_; variable