Home
last modified time | relevance | path

Searched refs:LV_EVENT_ALL (Results 1 – 25 of 61) sorted by relevance

123

/lvgl-latest/examples/widgets/switch/
Dlv_example_switch_1.c22 lv_obj_add_event_cb(sw, event_handler, LV_EVENT_ALL, NULL); in lv_example_switch_1()
27 lv_obj_add_event_cb(sw, event_handler, LV_EVENT_ALL, NULL); in lv_example_switch_1()
31 lv_obj_add_event_cb(sw, event_handler, LV_EVENT_ALL, NULL); in lv_example_switch_1()
35 lv_obj_add_event_cb(sw, event_handler, LV_EVENT_ALL, NULL); in lv_example_switch_1()
Dlv_example_switch_2.c23 lv_obj_add_event_cb(sw, event_handler, LV_EVENT_ALL, NULL); in lv_example_switch_2()
29 lv_obj_add_event_cb(sw, event_handler, LV_EVENT_ALL, NULL); in lv_example_switch_2()
/lvgl-latest/examples/widgets/checkbox/
Dlv_example_checkbox_1.c26 lv_obj_add_event_cb(cb, event_handler, LV_EVENT_ALL, NULL); in lv_example_checkbox_1()
31 lv_obj_add_event_cb(cb, event_handler, LV_EVENT_ALL, NULL); in lv_example_checkbox_1()
36 lv_obj_add_event_cb(cb, event_handler, LV_EVENT_ALL, NULL); in lv_example_checkbox_1()
41 lv_obj_add_event_cb(cb, event_handler, LV_EVENT_ALL, NULL); in lv_example_checkbox_1()
/lvgl-latest/examples/widgets/list/
Dlv_example_list_2.c142 lv_obj_add_event_cb(btn, event_handler_top, LV_EVENT_ALL, NULL); in lv_example_list_2()
146 lv_obj_add_event_cb(btn, event_handler_up, LV_EVENT_ALL, NULL); in lv_example_list_2()
150 lv_obj_add_event_cb(btn, event_handler_center, LV_EVENT_ALL, NULL); in lv_example_list_2()
154 lv_obj_add_event_cb(btn, event_handler_dn, LV_EVENT_ALL, NULL); in lv_example_list_2()
158 lv_obj_add_event_cb(btn, event_handler_bottom, LV_EVENT_ALL, NULL); in lv_example_list_2()
162 lv_obj_add_event_cb(btn, event_handler_swap, LV_EVENT_ALL, NULL); in lv_example_list_2()
/lvgl-latest/examples/widgets/roller/
Dlv_example_roller_2.c42 lv_obj_add_event_cb(roller, event_handler, LV_EVENT_ALL, NULL); in lv_example_roller_2()
51 lv_obj_add_event_cb(roller, event_handler, LV_EVENT_ALL, NULL); in lv_example_roller_2()
62 lv_obj_add_event_cb(roller, event_handler, LV_EVENT_ALL, NULL); in lv_example_roller_2()
Dlv_example_roller_1.c38 lv_obj_add_event_cb(roller1, event_handler, LV_EVENT_ALL, NULL); in lv_example_roller_1()
/lvgl-latest/examples/widgets/button/
Dlv_example_button_1.c21 lv_obj_add_event_cb(btn1, event_handler, LV_EVENT_ALL, NULL); in lv_example_button_1()
30 lv_obj_add_event_cb(btn2, event_handler, LV_EVENT_ALL, NULL); in lv_example_button_1()
/lvgl-latest/examples/widgets/keyboard/
Dlv_example_keyboard_1.c29 lv_obj_add_event_cb(ta1, ta_event_cb, LV_EVENT_ALL, kb); in lv_example_keyboard_1()
36 lv_obj_add_event_cb(ta2, ta_event_cb, LV_EVENT_ALL, kb); in lv_example_keyboard_1()
/lvgl-latest/examples/widgets/spinbox/
Dlv_example_spinbox_1.c37 lv_obj_add_event_cb(btn, lv_spinbox_increment_event_cb, LV_EVENT_ALL, NULL); in lv_example_spinbox_1()
43 lv_obj_add_event_cb(btn, lv_spinbox_decrement_event_cb, LV_EVENT_ALL, NULL); in lv_example_spinbox_1()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_control.c203 …lv_obj_add_event_cb(control_music_play, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0… in control_screen_create()
204 …lv_obj_add_event_cb(control_music_previous, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr… in control_screen_create()
205 …lv_obj_add_event_cb(control_music_next, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0… in control_screen_create()
206 …lv_obj_add_event_cb(control_volume_up, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0x… in control_screen_create()
207 …lv_obj_add_event_cb(control_volume_down, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)… in control_screen_create()
/lvgl-latest/examples/widgets/textarea/
Dlv_example_textarea_2.c17 lv_obj_add_event_cb(pwd_ta, ta_event_cb, LV_EVENT_ALL, NULL); in lv_example_textarea_2()
29 lv_obj_add_event_cb(text_ta, ta_event_cb, LV_EVENT_ALL, NULL); in lv_example_textarea_2()
/lvgl-latest/examples/widgets/dropdown/
Dlv_example_dropdown_1.c32 lv_obj_add_event_cb(dd, event_handler, LV_EVENT_ALL, NULL); in lv_example_dropdown_1()
/lvgl-latest/examples/get_started/
Dlv_example_get_started_2.c26 …lv_obj_add_event_cb(btn, btn_event_cb, LV_EVENT_ALL, NULL); /*Assign a callback to the b… in lv_example_get_started_2()
/lvgl-latest/examples/widgets/buttonmatrix/
Dlv_example_buttonmatrix_1.c29 lv_obj_add_event_cb(btnm1, event_handler, LV_EVENT_ALL, NULL); in lv_example_buttonmatrix_1()
/lvgl-latest/examples/event/
Dlv_example_event_button.c43 lv_obj_add_event_cb(btn, event_cb, LV_EVENT_ALL, info_label); in lv_example_event_button()
/lvgl-latest/examples/widgets/calendar/
Dlv_example_calendar_1.c22 lv_obj_add_event_cb(calendar, event_handler, LV_EVENT_ALL, NULL); in lv_example_calendar_1()
/lvgl-latest/examples/scroll/
Dlv_example_scroll_3.c43 lv_obj_add_event_cb(float_btn, float_button_event_cb, LV_EVENT_ALL, list); in lv_example_scroll_3()
Dlv_example_scroll_2.c50 lv_obj_add_event_cb(sw, sw_event_cb, LV_EVENT_ALL, panel); in lv_example_scroll_2()
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c159 lv_obj_add_event_cb(ta1, ta_event_cb, LV_EVENT_ALL, kb); in text_input_create()
160 lv_obj_add_event_cb(ta2, ta_event_cb, LV_EVENT_ALL, kb); in text_input_create()
/lvgl-latest/examples/others/ime/
Dlv_example_ime_pinyin_1.c40 lv_obj_add_event_cb(ta1, ta_event_cb, LV_EVENT_ALL, kb); in lv_example_ime_pinyin_1()
Dlv_example_ime_pinyin_2.c42 lv_obj_add_event_cb(ta1, ta_event_cb, LV_EVENT_ALL, kb); in lv_example_ime_pinyin_2()
/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_1.c82 lv_obj_add_event_cb(file_explorer, file_explorer_event_handler, LV_EVENT_ALL, NULL); in lv_example_file_explorer_1()
/lvgl-latest/examples/widgets/slider/
Dlv_example_slider_3.c25 lv_obj_add_event_cb(slider, slider_event_cb, LV_EVENT_ALL, NULL); in lv_example_slider_3()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_checkbox.c44 lv_obj_add_event_cb(checkbox, event_handler, LV_EVENT_ALL, NULL); in test_checkbox_should_call_event_handler_on_click_when_enabled()
/lvgl-latest/src/misc/
Dlv_event.h35 LV_EVENT_ALL = 0, enumerator

123