Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.h33 using OnGridDropFunc = std::function<void(const ItemDragInfo&, int32_t, int32_t, bool)>; variable
286 void SetOnGridDropId(const OnGridDropFunc& onGridDropId);
291 const OnGridDropFunc& GetOnGridDropId() const;
342 OnGridDropFunc onGridDropId_;
H A Dgrid_layout_component.cpp173 void GridLayoutComponent::SetOnGridDropId(const OnGridDropFunc& onGridDropId) in SetOnGridDropId()
198 const OnGridDropFunc& GridLayoutComponent::GetOnGridDropId() const in GetOnGridDropId()
H A Drender_grid_layout.h550 OnGridDropFunc onGridDropFunc_;