Searched refs:invalidate_button_area (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 55 static void invalidate_button_area(const lv_obj_t * obj, uint32_t btn_idx); 209 invalidate_button_area(obj, btnm->btn_id_sel); in lv_buttonmatrix_set_selected_button() 211 invalidate_button_area(obj, btn_id); in lv_buttonmatrix_set_selected_button() 227 invalidate_button_area(obj, btn_id); in lv_buttonmatrix_set_button_ctrl() 243 invalidate_button_area(obj, btn_id); in lv_buttonmatrix_clear_button_ctrl() 425 invalidate_button_area(obj, btnm->btn_id_sel); in lv_buttonmatrix_event() 439 invalidate_button_area(obj, btnm->btn_id_sel); /*Invalidate the new area*/ in lv_buttonmatrix_event() 467 invalidate_button_area(obj, btnm->btn_id_sel); /*Invalidate the old area*/ in lv_buttonmatrix_event() 498 invalidate_button_area(obj, btnm->btn_id_sel); in lv_buttonmatrix_event() 513 invalidate_button_area(obj, btnm->btn_id_sel); in lv_buttonmatrix_event() [all …]
|