Searched refs:currentStickyItem_ (Results 1 – 3 of 3) sorted by relevance
924 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 …]
85 if (child == currentStickyItem_ || child == selectedItem_) { in Paint()128 if (currentStickyItem_) { in Paint()129 PaintChild(currentStickyItem_, context, offset); in Paint()
426 RefPtr<RenderListItem> currentStickyItem_; variable