Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dfocusable_grid.cpp84 FocusChanged(focusIndex_, GetIndexByGrid(nextRow, nextCol)); in FocusMove()
94 next = GetIndexByGrid(nextRow, nextCol); in FocusMove()
H A Dfocusable_grid.h33 virtual int32_t GetIndexByGrid(int32_t row, int32_t column) = 0;
H A Drender_calendar.h88 int32_t GetIndexByGrid(int32_t row, int32_t column) override;
H A Drender_calendar.cpp241 int32_t RenderCalendar::GetIndexByGrid(int32_t row, int32_t column) in GetIndexByGrid() function in OHOS::Ace::RenderCalendar
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp190 next = GetIndexByGrid(nextRow, nextCol); in focusMove()
198 int32_t RenderGridLayout::GetIndexByGrid(int32_t row, int32_t column) const in GetIndexByGrid() function in OHOS::Ace::RenderGridLayout
1806 int32_t dragposIndex = GetIndexByGrid(dragPosRowIndex_, dragPosColumnIndex_); in MoveWhenNoInsertCell()
1860 int32_t dragposIndex = GetIndexByGrid(dragPosRowIndex_, dragPosColumnIndex_); in MoveWhenWithInsertCell()
2025 tmpIndex = GetIndexByGrid(curRow, curColum); in MoveItemsForward()
2075 tmpIndex = GetIndexByGrid(curRow, curColum); in MoveItemsBackward()
2190 index = GetIndexByGrid(row, column); in CalTheFirstEmptyCell()
2197 index = GetIndexByGrid(row, column); in CalTheFirstEmptyCell()
H A Drender_grid_layout.h245 int32_t GetIndexByGrid(int32_t row, int32_t column) const;