Searched refs:LV_EVENT_RELEASED (Results 1 – 21 of 21) sorted by relevance
/lvgl-3.5.0/examples/others/snapshot/ |
D | lv_example_snapshot_1.c | 54 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/ |
D | lv_example_chart_4.c | 54 else if(code == LV_EVENT_RELEASED) { in event_cb()
|
/lvgl-3.5.0/src/core/ |
D | lv_event.h | 43 LV_EVENT_RELEASED, /**< Called in every cases when the object has been released*/ enumerator
|
D | lv_indev.c | 524 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()
|
D | lv_event.c | 276 e->code == LV_EVENT_RELEASED || in lv_event_get_indev()
|
D | lv_obj.c | 710 else if(code == LV_EVENT_RELEASED) { in lv_obj_event()
|
/lvgl-3.5.0/docs/widgets/core/ |
D | slider.md | 36 - `LV_EVENT_RELEASED` Sent when the slider has just been released.
|
/lvgl-3.5.0/src/extra/widgets/imgbtn/ |
D | lv_imgbtn.c | 186 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/ |
D | lv_gridnav.c | 255 code == LV_EVENT_CLICKED || code == LV_EVENT_RELEASED) { in gridnav_event_cb()
|
/lvgl-3.5.0/src/widgets/ |
D | lv_textarea.c | 901 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()
|
D | lv_dropdown.c | 682 else if(code == LV_EVENT_RELEASED) { in lv_dropdown_event() 753 if(code == LV_EVENT_RELEASED) { in lv_dropdown_list_event()
|
D | lv_slider.c | 253 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_slider_event()
|
D | lv_bar.c | 540 else if(code == LV_EVENT_PRESSED || code == LV_EVENT_RELEASED) { in lv_bar_event()
|
D | lv_roller.c | 357 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_roller_event()
|
D | lv_arc.c | 538 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_arc_event()
|
D | lv_btnmatrix.c | 478 else if(code == LV_EVENT_RELEASED) { in lv_btnmatrix_event()
|
D | lv_table.c | 495 else if(code == LV_EVENT_RELEASED) { in lv_table_event()
|
/lvgl-3.5.0/src/extra/widgets/spinbox/ |
D | lv_spinbox.c | 357 if(code == LV_EVENT_RELEASED) { in lv_spinbox_event()
|
/lvgl-3.5.0/docs/overview/ |
D | event.md | 76 - `LV_EVENT_RELEASED` Called in every case when an object has been released
|
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 1326 if(code == LV_EVENT_PRESSED || code == LV_EVENT_RELEASED) { in chart_event_cb()
|
/lvgl-3.5.0/src/extra/widgets/chart/ |
D | lv_chart.c | 726 else if(code == LV_EVENT_RELEASED) { in lv_chart_event()
|