Home
last modified time | relevance | path

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

/lvgl-latest/examples/widgets/buttonmatrix/
Dlv_example_buttonmatrix_1.c23 lv_obj_t * btnm1 = lv_buttonmatrix_create(lv_screen_active()); in lv_example_buttonmatrix_1()
Dlv_example_buttonmatrix_3.c48 lv_obj_t * btnm = lv_buttonmatrix_create(lv_screen_active()); in lv_example_buttonmatrix_3()
Dlv_example_buttonmatrix_2.c83 lv_obj_t * btnm = lv_buttonmatrix_create(lv_screen_active()); in lv_example_buttonmatrix_2()
/lvgl-latest/examples/widgets/textarea/
Dlv_example_textarea_1.c37 lv_obj_t * btnm = lv_buttonmatrix_create(lv_screen_active()); in lv_example_textarea_1()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_btnmatrix.c15 btnm = lv_buttonmatrix_create(active_screen); in setUp()
68 btnm = lv_buttonmatrix_create(active_screen); in test_button_matrix_render_2()
80 btnm = lv_buttonmatrix_create(active_screen); in test_button_matrix_render_2()
98 btnm = lv_buttonmatrix_create(active_screen); in test_button_matrix_render_2()
/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.h63 lv_obj_t * lv_buttonmatrix_create(lv_obj_t * parent);
Dlv_buttonmatrix.c88 lv_obj_t * lv_buttonmatrix_create(lv_obj_t * parent) in lv_buttonmatrix_create() function
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c105 obj = lv_buttonmatrix_create(parent); in selectors_create()
/lvgl-latest/src/
Dlv_api_map_v8.h209 #define lv_btnmatrix_create lv_buttonmatrix_create
/lvgl-latest/tests/src/test_cases/
Dtest_bindings.c108 lv_obj_t * btnmatrix = lv_buttonmatrix_create(scr); in create_ui()
/lvgl-latest/src/widgets/calendar/
Dlv_calendar.c323 calendar->btnm = lv_buttonmatrix_create(obj); in lv_calendar_constructor()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_stats.c144 lv_obj_t * btnm = lv_buttonmatrix_create(parent); in tabs_create()
/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.c547 pinyin_ime->cand_panel = lv_buttonmatrix_create(lv_obj_get_parent(obj)); in lv_ime_pinyin_constructor()