Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_table.c191 const uint16_t initial_row_num = 1; in test_table_should_reduce_cells() local
198 lv_table_set_row_cnt(table, initial_row_num); in test_table_should_reduce_cells()
201 for(row_idx = 0; row_idx < initial_row_num; row_idx++) { in test_table_should_reduce_cells()
221 const uint16_t initial_row_num = 2; in test_table_should_reduce_cells_with_more_than_one_row() local
228 lv_table_set_row_cnt(table, initial_row_num); in test_table_should_reduce_cells_with_more_than_one_row()
231 for(row_idx = 0; row_idx < initial_row_num; row_idx++) { in test_table_should_reduce_cells_with_more_than_one_row()