Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp1836 int32_t endColum = -1; in MoveWhenNoInsertCellButWithItemInDragCellAndDragEnter() local
1838 GetPreviousGird(endRow, endColum); in MoveWhenNoInsertCellButWithItemInDragCellAndDragEnter()
1872 int32_t endColum = -1; in MoveWhenWithInsertCellAndNoItemInDragCell() local
1874 GetPreviousGird(endRow, endColum); in MoveWhenWithInsertCellAndNoItemInDragCell()
1883 UpdateCurInsertPos(endRow, endColum); in MoveWhenWithInsertCellAndNoItemInDragCell()
1886 UpdateCurInsertPos(endRow, endColum); in MoveWhenWithInsertCellAndNoItemInDragCell()
1907 int32_t endColum = curInsertColumnIndex_; in MoveWhenWithInsertCellButWithItemInDragCellDragBeforeInsert() local
1908 GetPreviousGird(endRow, endColum); in MoveWhenWithInsertCellButWithItemInDragCellDragBeforeInsert()
1946 int32_t endColum = -1; in FakeRemoveDragItem() local
1950 endColum = colCount_ - 1; in FakeRemoveDragItem()
[all …]