Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h405 return dragStartIndex_; in GetDragStartIndex()
410 dragStartIndex_ = index; in SetDragStartIndex()
568 int32_t dragStartIndex_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h414 size_t dragStartIndex_ = 0; variable
H A Drender_list.cpp2087 int32_t controlIndex = dragStartIndex_; in GetChainDelta()
2135 if (dragStartIndexPending_ != dragStartIndex_) { in FlushChainAnimation()
2136 deltaDistance = chainAdapter_->ResetControl(dragStartIndexPending_ - dragStartIndex_); in FlushChainAnimation()
2137 dragStartIndex_ = dragStartIndexPending_; in FlushChainAnimation()