Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.cpp188 const OnGridDragLeaveFunc& GridLayoutComponent::GetOnGridDragLeaveId() const in GetOnGridDragLeaveId() function in OHOS::Ace::GridLayoutComponent
H A Dgrid_layout_component.h289 const OnGridDragLeaveFunc& GetOnGridDragLeaveId() const;
H A Drender_grid_layout.cpp109 onGridDragLeaveFunc_ = grid->GetOnGridDragLeaveId(); in Update()
1343 if (component_->GetOnGridDragLeaveId()) { in ImpDragLeaveMainGrid()
1344 component_->GetOnGridDragLeaveId()(info, draggingItemIndex_); in ImpDragLeaveMainGrid()
1367 if (component_->GetOnGridDragLeaveId()) { in ImpDragLeaveSubGrid()
1368 component_->GetOnGridDragLeaveId()(info, -1); in ImpDragLeaveSubGrid()