Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp981 draggingItemIndex_ = -1; in ClearAllDragInfo()
1050 render->draggingItemIndex_ = index; in RegisterLongPressedForItems()
1263 component_->GetOnGridDragMoveId()(info, draggingItemIndex_, -1); in OnDragMove()
1267 component_->GetOnGridDragMoveId()(info, draggingItemIndex_, -1); in OnDragMove()
1333 component_->GetOnGridDragMoveId()(info, draggingItemIndex_, -1); in ImpDragMove()
1344 component_->GetOnGridDragLeaveId()(info, draggingItemIndex_); in ImpDragLeaveMainGrid()
1481 DisableChild(itemRender, draggingItemIndex_); in ImpDragStart()
1484 auto customComponent = component_->GetOnGridDragStartId()(info, draggingItemIndex_); in ImpDragStart()
2400 component_->GetOnGridDragMoveId()(info, draggingItemIndex_, insertIndex); in TriggerMoveEventForJS()
2409 component_->GetOnGridDropId()(info, draggingItemIndex_, insertIndex, success); in TriggerDropEventForJS()
[all …]
H A Drender_grid_layout.h516 int32_t draggingItemIndex_ = -1; variable