Searched refs:get_pressed_cell (Results 1 – 1 of 1) sorted by relevance
41 static lv_res_t get_pressed_cell(lv_obj_t * obj, uint16_t * row, uint16_t * col);580 lv_res_t pr_res = get_pressed_cell(obj, &row, &col); in lv_table_event()992 static lv_res_t get_pressed_cell(lv_obj_t * obj, uint16_t * row, uint16_t * col) in get_pressed_cell() function