Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c50 static bool button_is_popover(lv_buttonmatrix_ctrl_t ctrl_bits);
449 button_is_popover(btnm->ctrl_bits[btnm->btn_id_sel]) == false && in lv_buttonmatrix_event()
488 button_is_popover(btnm->ctrl_bits[btnm->btn_id_sel]) == true) && in lv_buttonmatrix_event()
904 static bool button_is_popover(lv_buttonmatrix_ctrl_t ctrl_bits) in button_is_popover() function
1048 if(button_is_popover(btnm->ctrl_bits[btn_cnt])) { in has_popovers_in_top_row()