Searched refs:get_pressed_cell (Results 1 – 1 of 1) sorted by relevance
45 static lv_result_t get_pressed_cell(lv_obj_t * obj, uint32_t * row, uint32_t * col);584 lv_result_t pr_res = get_pressed_cell(obj, &row, &col); in lv_table_event()995 static lv_result_t get_pressed_cell(lv_obj_t * obj, uint32_t * row, uint32_t * col) in get_pressed_cell() function