Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp380 if (renderList_.GetDragStartIndexPending() != renderList_.GetDragStartIndex()) { in FlushChainAnimation()
382 …chainAdapter_->ResetControl(renderList_.GetDragStartIndexPending() - renderList_.GetDragStartIndex… in FlushChainAnimation()
383 renderList_.SetDragStartIndex(renderList_.GetDragStartIndexPending()); in FlushChainAnimation()
H A Drender_list.h393 int32_t GetDragStartIndexPending() const in GetDragStartIndexPending() function