Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.h31 using OnGridDragLeaveFunc = std::function<void(const ItemDragInfo&, int32_t)>; variable
284 void SetOnGridDragLeaveId(const OnGridDragLeaveFunc& onGridDragLeaveId);
289 const OnGridDragLeaveFunc& GetOnGridDragLeaveId() const;
340 OnGridDragLeaveFunc onGridDragLeaveId_;
H A Dgrid_layout_component.cpp163 void GridLayoutComponent::SetOnGridDragLeaveId(const OnGridDragLeaveFunc& onGridDragLeaveId) in SetOnGridDragLeaveId()
188 const OnGridDragLeaveFunc& GridLayoutComponent::GetOnGridDragLeaveId() const in GetOnGridDragLeaveId()
H A Drender_grid_layout.h548 OnGridDragLeaveFunc onGridDragLeaveFunc_;