Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c73 .instance_size = sizeof(lv_buttonmatrix_t),
105 lv_buttonmatrix_t * btnm = (lv_buttonmatrix_t *)obj; in lv_buttonmatrix_set_map()
195 lv_buttonmatrix_t * btnm = (lv_buttonmatrix_t *)obj; in lv_buttonmatrix_set_ctrl_map()
205 lv_buttonmatrix_t * btnm = (lv_buttonmatrix_t *)obj; in lv_buttonmatrix_set_selected_button()
218 lv_buttonmatrix_t * btnm = (lv_buttonmatrix_t *)obj; in lv_buttonmatrix_set_button_ctrl()
238 lv_buttonmatrix_t * btnm = (lv_buttonmatrix_t *)obj; in lv_buttonmatrix_clear_button_ctrl()
254 lv_buttonmatrix_t * btnm = (lv_buttonmatrix_t *)obj; in lv_buttonmatrix_set_button_ctrl_all()
265 lv_buttonmatrix_t * btnm = (lv_buttonmatrix_t *)obj; in lv_buttonmatrix_clear_button_ctrl_all()
276 lv_buttonmatrix_t * btnm = (lv_buttonmatrix_t *)obj; in lv_buttonmatrix_set_button_width()
288 lv_buttonmatrix_t * btnm = (lv_buttonmatrix_t *)obj; in lv_buttonmatrix_set_one_checked()
[all …]
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_btnmatrix.c344 lv_buttonmatrix_t * btnmObj = (lv_buttonmatrix_t *)btnm; in test_button_matrix_key_event_works()
385 lv_buttonmatrix_t * btnmObj = (lv_buttonmatrix_t *)btnm; in test_button_matrix_pressing_event_works()
402 lv_buttonmatrix_t * btnmObj = (lv_buttonmatrix_t *)btnm; in test_button_matrix_long_press_repeat_event_works()
432 lv_buttonmatrix_t * btnmObj = (lv_buttonmatrix_t *)btnm; in test_button_matrix_defocused_event_works()
/lvgl-latest/src/widgets/keyboard/
Dlv_keyboard_private.h32 lv_buttonmatrix_t btnm;
Dlv_keyboard.c474 lv_buttonmatrix_t * btnm = (lv_buttonmatrix_t *)obj; in lv_keyboard_update_ctrl_map()
/lvgl-latest/src/misc/
Dlv_types.h188 typedef struct _lv_buttonmatrix_t lv_buttonmatrix_t; typedef