Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.cpp198 const OnGridDropFunc& GridLayoutComponent::GetOnGridDropId() const in GetOnGridDropId() function in OHOS::Ace::GridLayoutComponent
H A Dgrid_layout_component.h291 const OnGridDropFunc& GetOnGridDropId() const;
H A Drender_grid_layout.cpp110 onGridDropFunc_ = grid->GetOnGridDropId(); in Update()
124 if (grid->GetOnGridDropId()) { in Update()
2408 if (component_->GetOnGridDropId()) { in TriggerDropEventForJS()
2409 component_->GetOnGridDropId()(info, draggingItemIndex_, insertIndex, success); in TriggerDropEventForJS()