Home
last modified time | relevance | path

Searched defs:dragRelativelyY (Results 1 – 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
Drender_grid_layout.cpp353 double dragRelativelyY = info.GetY() - gridPositionY; in CalcDragChildStartPosition() local
1793 double dragRelativelyY = info.GetY() - gridPositionY; in CalDragCell() local
1816 bool RenderGridLayout::CalDragRowIndex(double dragRelativelyY, int32_t& dragRowIndex) in CalDragRowIndex()