Home
last modified time | relevance | path

Searched refs:LV_EVENT_VALUE_CHANGED (Results 1 – 25 of 94) sorted by relevance

1234

/lvgl-latest/tests/src/test_cases/
Dtest_file_explorer.c57 lv_obj_send_event(file_explorer->file_table, LV_EVENT_VALUE_CHANGED, NULL); in test_file_explorer_read_dir()
68 lv_obj_send_event(file_explorer->file_table, LV_EVENT_VALUE_CHANGED, NULL); in test_file_explorer_read_dir()
73 lv_obj_send_event(file_explorer->file_table, LV_EVENT_VALUE_CHANGED, NULL); in test_file_explorer_read_dir()
78 lv_obj_send_event(file_explorer->file_table, LV_EVENT_VALUE_CHANGED, NULL); in test_file_explorer_read_dir()
83 lv_obj_send_event(file_explorer->file_table, LV_EVENT_VALUE_CHANGED, NULL); in test_file_explorer_read_dir()
94 lv_obj_send_event(file_explorer->file_table, LV_EVENT_VALUE_CHANGED, NULL); in test_file_explorer_read_dir()
Dtest_event.c11 if(lv_event_get_code(e) == LV_EVENT_VALUE_CHANGED) { in event_object_deletion_cb()
25 lv_obj_send_event(obj, LV_EVENT_VALUE_CHANGED, NULL); in test_event_object_deletion()
/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_2.c14 if(code == LV_EVENT_VALUE_CHANGED) { in file_explorer_event_handler()
29 if(code == LV_EVENT_VALUE_CHANGED) { in btn_event_handler()
43 if(code == LV_EVENT_VALUE_CHANGED) { in dd_event_handler()
131 lv_obj_add_event_cb(btn, btn_event_handler, LV_EVENT_VALUE_CHANGED, fe_quick_access_obj); in lv_example_file_explorer_2()
144 lv_obj_add_event_cb(dd, dd_event_handler, LV_EVENT_VALUE_CHANGED, file_explorer); in lv_example_file_explorer_2()
/lvgl-latest/src/widgets/calendar/
Dlv_calendar_header_dropdown.c113 lv_obj_add_event_cb(year_dd, year_event_cb, LV_EVENT_VALUE_CHANGED, calendar); in my_constructor()
118 lv_obj_add_event_cb(month_dd, month_event_cb, LV_EVENT_VALUE_CHANGED, calendar); in my_constructor()
121 lv_obj_add_event_cb(obj, value_changed_event_cb, LV_EVENT_VALUE_CHANGED, NULL); in my_constructor()
123 lv_obj_send_event(obj, LV_EVENT_VALUE_CHANGED, NULL); in my_constructor()
Dlv_calendar_header_arrow.c100 lv_obj_add_event_cb(obj, value_changed_event_cb, LV_EVENT_VALUE_CHANGED, NULL); in my_constructor()
102 lv_obj_send_event(obj, LV_EVENT_VALUE_CHANGED, NULL); in my_constructor()
/lvgl-latest/examples/widgets/arc/
Dlv_example_arc_1.c18 lv_obj_add_event_cb(arc, value_changed_event_cb, LV_EVENT_VALUE_CHANGED, label); in lv_example_arc_1()
21 lv_obj_send_event(arc, LV_EVENT_VALUE_CHANGED, NULL); in lv_example_arc_1()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_settings.c123 lv_obj_add_event_cb(slider, settings_action_event_cb, LV_EVENT_VALUE_CHANGED, in lv_demo_smartwatch_settings_add_slider()
178 lv_obj_add_event_cb(toggle, settings_action_event_cb, LV_EVENT_VALUE_CHANGED, in lv_demo_smartwatch_settings_add_toggle()
239 lv_obj_add_event_cb(dropdown, settings_action_event_cb, LV_EVENT_VALUE_CHANGED, in lv_demo_smartwatch_settings_add_dropdown()
296 …lv_obj_send_event(brightness_slider, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_SLIDER << 16) … in lv_demo_smartwatch_set_default_brightness()
303 …lv_obj_send_event(timeout_dropdown, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_DROPDOWN << 16)… in lv_demo_smartwatch_set_default_timeout()
310 …lv_obj_send_event(rotation_dropdown, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_DROPDOWN << 16… in lv_demo_smartwatch_set_default_rotation()
322 …lv_obj_send_event(circular_switch, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_SWITCH << 16) | … in lv_demo_smartwatch_set_default_circular_scroll()
334 …lv_obj_send_event(alerts_switch, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_SWITCH << 16) | 0x… in lv_demo_smartwatch_set_default_alert_state()
346 …lv_obj_send_event(hint_switch, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_SWITCH << 16) | 0x00… in lv_demo_smartwatch_set_default_hints_state()
353 …lv_obj_send_event(scroll_mode, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_DROPDOWN << 16) | 0x… in lv_demo_smartwatch_set_default_scrollbar_mode()
/lvgl-latest/examples/widgets/image/
Dlv_example_image_2.c37 lv_obj_send_event(intense_slider, LV_EVENT_VALUE_CHANGED, NULL); in lv_example_image_2()
59 lv_obj_add_event_cb(slider, slider_event_cb, LV_EVENT_VALUE_CHANGED, NULL); in create_slider()
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_flex_loader.c46 LV_EVENT_VALUE_CHANGED, \
102 LV_EVENT_VALUE_CHANGED, in FLEX_ALIGN_EVENT_DEF()
Dlv_demo_flex_layout_ctrl_pad.c26 …i->ctrl_pad.tab.layout.spinbox_##item, ctrl_pad_spinbox_event_handler, LV_EVENT_VALUE_CHANGED, ui);
70 LV_EVENT_VALUE_CHANGED, in ctrl_pad_attach()
/lvgl-latest/examples/widgets/dropdown/
Dlv_example_dropdown_1.c8 if(code == LV_EVENT_VALUE_CHANGED) { in event_handler()
Dlv_example_dropdown_3.c40 lv_obj_add_event_cb(dropdown, event_cb, LV_EVENT_VALUE_CHANGED, NULL); in lv_example_dropdown_3()
/lvgl-latest/examples/widgets/roller/
Dlv_example_roller_1.c8 if(code == LV_EVENT_VALUE_CHANGED) { in event_handler()
/lvgl-latest/examples/get_started/
Dlv_example_get_started_4.c24 …lv_obj_add_event_cb(slider, slider_event_cb, LV_EVENT_VALUE_CHANGED, NULL); /*Assign an event … in lv_example_get_started_4()
/lvgl-latest/examples/widgets/slider/
Dlv_example_slider_1.c15 lv_obj_add_event_cb(slider, slider_event_cb, LV_EVENT_VALUE_CHANGED, NULL); in lv_example_slider_1()
Dlv_example_slider_4.c15 lv_obj_add_event_cb(slider, slider_event_cb, LV_EVENT_VALUE_CHANGED, NULL); in lv_example_slider_4()
/lvgl-latest/examples/widgets/buttonmatrix/
Dlv_example_buttonmatrix_1.c8 if(code == LV_EVENT_VALUE_CHANGED) { in event_handler()
/lvgl-latest/examples/widgets/switch/
Dlv_example_switch_2.c8 if(code == LV_EVENT_VALUE_CHANGED) { in event_handler()
Dlv_example_switch_1.c8 if(code == LV_EVENT_VALUE_CHANGED) { in event_handler()
/lvgl-latest/examples/widgets/textarea/
Dlv_example_textarea_3.c16 lv_obj_add_event_cb(ta, ta_event_cb, LV_EVENT_VALUE_CHANGED, NULL); in lv_example_textarea_3()
Dlv_example_textarea_1.c40 lv_obj_add_event_cb(btnm, btnm_event_handler, LV_EVENT_VALUE_CHANGED, ta); in lv_example_textarea_1()
/lvgl-latest/examples/widgets/button/
Dlv_example_button_1.c11 else if(code == LV_EVENT_VALUE_CHANGED) { in event_handler()
/lvgl-latest/demos/transform/
Dlv_demo_transform.c95 lv_obj_add_event_cb(arc, arc_event_cb, LV_EVENT_VALUE_CHANGED, NULL); in lv_demo_transform()
102 lv_obj_add_event_cb(slider, slider_event_cb, LV_EVENT_VALUE_CHANGED, NULL); in lv_demo_transform()
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_6.c31 lv_obj_add_event_cb(chart, value_changed_event_cb, LV_EVENT_VALUE_CHANGED, NULL); in lv_example_chart_6()
/lvgl-latest/examples/widgets/calendar/
Dlv_example_calendar_1.c9 if(code == LV_EVENT_VALUE_CHANGED) { in event_handler()

1234