Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp329 double dragRelativelyY = info.GetY() - gridPositionY; in CalcDragChildStartPosition() local
1724 double dragRelativelyY = info.GetY() - gridPositionY; in CalDragCell() local
1747 bool RenderGridLayout::CalDragRowIndex(double dragRelativelyY, int32_t& dragRowIndex) in CalDragRowIndex()