Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_table.c193 const uint16_t final_row_num = 1; in test_table_should_reduce_cells() local
208 lv_table_set_row_cnt(table, final_row_num); in test_table_should_reduce_cells()
210 for(row_idx = 0; row_idx < final_row_num; row_idx++) { in test_table_should_reduce_cells()
223 const uint16_t final_row_num = 1; in test_table_should_reduce_cells_with_more_than_one_row() local
238 lv_table_set_row_cnt(table, final_row_num); in test_table_should_reduce_cells_with_more_than_one_row()
240 for(row_idx = 0; row_idx < final_row_num; row_idx++) { in test_table_should_reduce_cells_with_more_than_one_row()