Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.cpp163 void GridLayoutComponent::SetOnGridDragLeaveId(const OnGridDragLeaveFunc& onGridDragLeaveId) in SetOnGridDragLeaveId() function in OHOS::Ace::GridLayoutComponent
H A Dgrid_layout_component.h284 void SetOnGridDragLeaveId(const OnGridDragLeaveFunc& onGridDragLeaveId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgrid_model_impl.cpp268 grid->SetOnGridDragLeaveId(value); in SetOnItemDragLeave()