Searched refs:GetIndexByGrid (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | focusable_grid.cpp | 84 FocusChanged(focusIndex_, GetIndexByGrid(nextRow, nextCol)); in FocusMove() 94 next = GetIndexByGrid(nextRow, nextCol); in FocusMove()
|
H A D | focusable_grid.h | 33 virtual int32_t GetIndexByGrid(int32_t row, int32_t column) = 0;
|
H A D | render_calendar.h | 88 int32_t GetIndexByGrid(int32_t row, int32_t column) override;
|
H A D | render_calendar.cpp | 241 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 D | render_grid_layout.cpp | 190 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 D | render_grid_layout.h | 245 int32_t GetIndexByGrid(int32_t row, int32_t column) const;
|