Home
last modified time | relevance | path

Searched refs:dragRowIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h342 bool CalDragRowIndex(double dragRelativelyY, int32_t& dragRowIndex);
H A Drender_grid_layout.cpp1747 bool RenderGridLayout::CalDragRowIndex(double dragRelativelyY, int32_t& dragRowIndex) in CalDragRowIndex() argument
1761 dragRowIndex = row; in CalDragRowIndex()