Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp971 dragPosColumnIndex_ = -1; in ClearPartDragInfo()
980 dragPosColumnIndex_ = -1; in ClearAllDragInfo()
1741 dragPosColumnIndex_ = tmpDragPosColumIndex; in CalDragCell()
1844 UpdateCurInsertPos(dragPosRowIndex_, dragPosColumnIndex_); in MoveWhenNoInsertCellButWithItemInDragCellAndDragEnter()
1847 UpdateCurInsertPos(dragPosRowIndex_, dragPosColumnIndex_); in MoveWhenNoInsertCellButWithItemInDragCellAndDragEnter()
1855 UpdateCurInsertPos(dragPosRowIndex_, dragPosColumnIndex_); in MoveWhenNoInsertCellButWithItemInDragCellAndDragStart()
1914 UpdateCurInsertPos(dragPosRowIndex_, dragPosColumnIndex_); in MoveWhenWithInsertCellButWithItemInDragCellDragBeforeInsert()
1917 UpdateCurInsertPos(dragPosRowIndex_, dragPosColumnIndex_); in MoveWhenWithInsertCellButWithItemInDragCellDragBeforeInsert()
1932 UpdateCurInsertPos(dragPosRowIndex_, dragPosColumnIndex_); in MoveWhenWithInsertCellButWithItemInDragCellDragAfterInsert()
1935 UpdateCurInsertPos(dragPosRowIndex_, dragPosColumnIndex_); in MoveWhenWithInsertCellButWithItemInDragCellDragAfterInsert()
[all …]
H A Drender_grid_layout.h427 return dragPosColumnIndex_; in GetDragPosColumnIndex()
513 int32_t dragPosColumnIndex_ = -1; variable