Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp1835 int32_t endRow = -1; in MoveWhenNoInsertCellButWithItemInDragCellAndDragEnter() local
1838 GetPreviousGird(endRow, endColum); in MoveWhenNoInsertCellButWithItemInDragCellAndDragEnter()
1871 int32_t endRow = -1; in MoveWhenWithInsertCellAndNoItemInDragCell() local
1874 GetPreviousGird(endRow, endColum); in MoveWhenWithInsertCellAndNoItemInDragCell()
1883 UpdateCurInsertPos(endRow, endColum); in MoveWhenWithInsertCellAndNoItemInDragCell()
1886 UpdateCurInsertPos(endRow, endColum); in MoveWhenWithInsertCellAndNoItemInDragCell()
1906 int32_t endRow = curInsertRowIndex_; in MoveWhenWithInsertCellButWithItemInDragCellDragBeforeInsert() local
1908 GetPreviousGird(endRow, endColum); in MoveWhenWithInsertCellButWithItemInDragCellDragBeforeInsert()
1945 int32_t endRow = -1; in FakeRemoveDragItem() local
1949 endRow = rowCount_ - 1; in FakeRemoveDragItem()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_layout_range_solver.h54 int32_t endRow = 0; /**< Row index of the last row in layout range. */ member
H A Dgrid_irregular_layout_algorithm.cpp345 info_.endMainLineIndex_ = res.endRow; in Jump()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_layout_test.cpp702 EXPECT_EQ(res.endRow, 5);
709 EXPECT_EQ(res.endRow, 5);
716 EXPECT_EQ(res.endRow, 4);
744 EXPECT_EQ(res.endRow, 5);
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp417 std::string endRow = tableChars["bottomLeft"] + in GraphTable() local
420 HILOG_INFO("%{public}s%{public}s", groupIndent.c_str(), endRow.c_str()); in GraphTable()