Searched refs:selected_column (Results 1 – 1 of 1) sorted by relevance
276 uint32_t selected_column = 0; in test_table_should_set_selected_cell() local278 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() local294 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() local310 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()