Searched refs:startRow (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_layout_range_solver.cpp | 54 auto [startRow, startIdx] = CheckMultiRow(jumpLineIdx); in FindRangeOnJump() 55 float offset = -info_->GetHeightInRange(startRow, jumpLineIdx, mainGap); in FindRangeOnJump() 57 return { startRow, startIdx, offset, endLineIdx, endIdx }; in FindRangeOnJump() 95 auto [startRow, startIdx] = CheckMultiRow(it->first); in SolveForward() 96 for (int32_t i = it->first; i > startRow; --i) { in SolveForward() 100 return { startRow, startIdx, len - targetLen + mainGap }; in SolveForward()
|
H A D | grid_layout_range_solver.h | 51 int32_t startRow = 0; /**< Row index of the starting row. */ member
|
H A D | grid_irregular_layout_algorithm.cpp | 343 info_.startMainLineIndex_ = res.startRow; in Jump()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 1875 int32_t startRow = curInsertRowIndex_; in MoveWhenWithInsertCellAndNoItemInDragCell() local 1877 GetNextGrid(startRow, startColum); in MoveWhenWithInsertCellAndNoItemInDragCell() 1878 if (MoveItemsBackward(startRow, startColum, endRow, endColum)) { in MoveWhenWithInsertCellAndNoItemInDragCell() 1924 int32_t startRow = curInsertRowIndex_; in MoveWhenWithInsertCellButWithItemInDragCellDragAfterInsert() local 1926 GetNextGrid(startRow, startColum); in MoveWhenWithInsertCellButWithItemInDragCellDragAfterInsert() 1927 if (MoveItemsBackward(startRow, startColum, dragPosRowIndex_, dragPosColumnIndex_)) { in MoveWhenWithInsertCellButWithItemInDragCellDragAfterInsert() 1957 int32_t startRow = curInsertRowIndex_; in FakeRemoveDragItem() local 1962 GetNextGrid(startRow, startColum); in FakeRemoveDragItem() 1963 if (MoveItemsBackward(startRow, startColum, endRow, endColum)) { in FakeRemoveDragItem()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/ |
H A D | grid_irregular_layout_test.cpp | 699 EXPECT_EQ(res.startRow, 0); 706 EXPECT_EQ(res.startRow, 0); 713 EXPECT_EQ(res.startRow, 0); 741 EXPECT_EQ(res.startRow, 1);
|