Home
last modified time | relevance | path

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

/lvgl-3.5.0/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-3.5.0/examples/widgets/chart/
Dlv_example_chart_4.c54 else if(code == LV_EVENT_RELEASED) { in event_cb()
/lvgl-3.5.0/src/core/
Dlv_event.h43 LV_EVENT_RELEASED, /**< Called in every cases when the object has been released*/ enumerator
Dlv_indev.c524 lv_event_send(indev_obj_act, LV_EVENT_RELEASED, indev_act); in indev_keypad_proc()
680 lv_event_send(indev_obj_act, LV_EVENT_RELEASED, indev_act); in indev_encoder_proc()
694 lv_event_send(indev_obj_act, LV_EVENT_RELEASED, indev_act); in indev_encoder_proc()
970 lv_event_send(indev_obj_act, LV_EVENT_RELEASED, indev_act); in indev_proc_release()
Dlv_event.c276 e->code == LV_EVENT_RELEASED || in lv_event_get_indev()
Dlv_obj.c710 else if(code == LV_EVENT_RELEASED) { in lv_obj_event()
/lvgl-3.5.0/docs/widgets/core/
Dslider.md36 - `LV_EVENT_RELEASED` Sent when the slider has just been released.
/lvgl-3.5.0/src/extra/widgets/imgbtn/
Dlv_imgbtn.c186 if(code == LV_EVENT_PRESSED || code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_imgbtn_event()
/lvgl-3.5.0/src/extra/others/gridnav/
Dlv_gridnav.c255 code == LV_EVENT_CLICKED || code == LV_EVENT_RELEASED) { in gridnav_event_cb()
/lvgl-3.5.0/src/widgets/
Dlv_textarea.c901 code == LV_EVENT_RELEASED) { in lv_textarea_event()
1193 … else if(ta->text_sel_in_prog && (code == LV_EVENT_PRESS_LOST || code == LV_EVENT_RELEASED)) { in update_cursor_position_on_click()
1227 if(code == LV_EVENT_PRESS_LOST || code == LV_EVENT_RELEASED) { in update_cursor_position_on_click()
Dlv_dropdown.c682 else if(code == LV_EVENT_RELEASED) { in lv_dropdown_event()
753 if(code == LV_EVENT_RELEASED) { in lv_dropdown_list_event()
Dlv_slider.c253 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_slider_event()
Dlv_bar.c540 else if(code == LV_EVENT_PRESSED || code == LV_EVENT_RELEASED) { in lv_bar_event()
Dlv_roller.c357 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_roller_event()
Dlv_arc.c538 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_arc_event()
Dlv_btnmatrix.c478 else if(code == LV_EVENT_RELEASED) { in lv_btnmatrix_event()
Dlv_table.c495 else if(code == LV_EVENT_RELEASED) { in lv_table_event()
/lvgl-3.5.0/src/extra/widgets/spinbox/
Dlv_spinbox.c357 if(code == LV_EVENT_RELEASED) { in lv_spinbox_event()
/lvgl-3.5.0/docs/overview/
Devent.md76 - `LV_EVENT_RELEASED` Called in every case when an object has been released
/lvgl-3.5.0/demos/widgets/
Dlv_demo_widgets.c1326 if(code == LV_EVENT_PRESSED || code == LV_EVENT_RELEASED) { in chart_event_cb()
/lvgl-3.5.0/src/extra/widgets/chart/
Dlv_chart.c726 else if(code == LV_EVENT_RELEASED) { in lv_chart_event()