Home
last modified time | relevance | path

Searched refs:LV_EVENT_RELEASED (Results 1 – 25 of 32) sorted by relevance

12

/lvgl-latest/examples/others/snapshot/
Dlv_example_snapshot_1.c54 lv_obj_add_event_cb(img, event_cb, LV_EVENT_RELEASED, snapshot_obj); in lv_example_snapshot_1()
/lvgl-latest/src/misc/
Dlv_event.h48 LV_EVENT_RELEASED, /**< Sent in every cases when Widget has been released */ enumerator
/lvgl-latest/docs/details/widgets/
Dbutton.rst60 and :cpp:enumerator:`LV_EVENT_RELEASED` etc.
Dslider.rst106 - :cpp:enumerator:`LV_EVENT_RELEASED` Sent once when Slider is released.
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_3.c65 else if(code == LV_EVENT_RELEASED) { in event_cb()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_btnmatrix.c317 lv_obj_add_event_cb(btnm, event_handler, LV_EVENT_RELEASED, NULL); in test_button_matrix_release_event_works()
319 exp_evt_code = LV_EVENT_RELEASED; in test_button_matrix_release_event_works()
Dtest_spinbox.c282 lv_obj_send_event(spinbox_events, LV_EVENT_RELEASED, NULL); in test_spinbox_event_release()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_easter_egg.c316 else if(event_code == LV_EVENT_RELEASED) { in create_screen_event_cb()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c80 obj_setInt(self, "RELEASED", LV_EVENT_RELEASED); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/indev/
Dlv_indev.c876 if(send_event(LV_EVENT_RELEASED, indev_act) == LV_RESULT_INVALID) return; in indev_keypad_proc()
1040 if(send_event(LV_EVENT_RELEASED, indev_act) == LV_RESULT_INVALID) return; in indev_encoder_proc()
1057 if(send_event(LV_EVENT_RELEASED, indev_act) == LV_RESULT_INVALID) return; in indev_encoder_proc()
1400 if(send_event(LV_EVENT_RELEASED, indev_act) == LV_RESULT_INVALID) return; in indev_proc_release()
1775 code == LV_EVENT_RELEASED || in send_event()
/lvgl-latest/demos/multilang/
Dlv_demo_multilang.c297 lv_obj_add_event_cb(cont, scroll_event_cb, LV_EVENT_RELEASED, NULL); in card_create()
/lvgl-latest/src/widgets/imagebutton/
Dlv_imagebutton.c166 if(code == LV_EVENT_PRESSED || code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_imagebutton_event()
/lvgl-latest/src/core/
Dlv_obj_event.c193 e->code == LV_EVENT_RELEASED || in lv_event_get_indev()
/lvgl-latest/src/widgets/spinbox/
Dlv_spinbox.c309 if(code == LV_EVENT_RELEASED) { in lv_spinbox_event()
/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c279 code == LV_EVENT_CLICKED || code == LV_EVENT_RELEASED) { in gridnav_event_cb()
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c1021 code == LV_EVENT_RELEASED) { in lv_textarea_event()
1313 … else if(ta->text_sel_in_prog && (code == LV_EVENT_PRESS_LOST || code == LV_EVENT_RELEASED)) { in update_cursor_position_on_click()
1347 if(code == LV_EVENT_PRESS_LOST || code == LV_EVENT_RELEASED) { in update_cursor_position_on_click()
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst186 is clicked: once as a result of the input-device :cpp:enumerator:`LV_EVENT_RELEASED`
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c753 else if(code == LV_EVENT_RELEASED) { in lv_dropdown_event()
837 if(code == LV_EVENT_RELEASED) { in lv_dropdown_list_event()
/lvgl-latest/src/widgets/slider/
Dlv_slider.c270 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_slider_event()
/lvgl-latest/src/widgets/bar/
Dlv_bar.c621 else if(code == LV_EVENT_PRESSED || code == LV_EVENT_RELEASED) { in lv_bar_event()
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c544 else if((code == LV_EVENT_CLICKED) || (code == LV_EVENT_RELEASED)) { in browser_file_event_handler()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_stats.c497 lv_obj_add_event_cb(chart, chart_released_event_cb, LV_EVENT_RELEASED, NULL); in chart_create()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c314 lv_obj_add_event_cb(slider, widget2_slider_released_cb, LV_EVENT_RELEASED, c); in create_widget2()
/lvgl-latest/docs/details/base-widget/
Devent.rst131 - :cpp:enumerator:`LV_EVENT_RELEASED`: Called in every cases when Widget has been released
/lvgl-latest/src/widgets/roller/
Dlv_roller.c403 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_roller_event()

12