Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_table.c276 uint32_t selected_column = 0; in test_table_should_set_selected_cell() local
278 lv_table_get_selected_cell(table, &selected_row, &selected_column); in test_table_should_set_selected_cell()
281 TEST_ASSERT_EQUAL_UINT32(1, selected_column); in test_table_should_set_selected_cell()
292 uint32_t selected_column = 0; in test_table_cell_select_should_not_exceed_table_bounds() local
294 lv_table_get_selected_cell(table, &selected_row, &selected_column); in test_table_cell_select_should_not_exceed_table_bounds()
297 TEST_ASSERT_EQUAL_UINT32(1, selected_column); in test_table_cell_select_should_not_exceed_table_bounds()
308 uint32_t selected_column = 0; in test_table_cell_select_should_not_allow_set_on_table_with_no_rows() local
310 lv_table_get_selected_cell(table, &selected_row, &selected_column); in test_table_cell_select_should_not_allow_set_on_table_with_no_rows()
313 TEST_ASSERT_EQUAL_UINT32(LV_TABLE_CELL_NONE, selected_column); in test_table_cell_select_should_not_allow_set_on_table_with_no_rows()