Searched refs:LV_EVENT_SCROLL_END (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_event.h | 51 LV_EVENT_SCROLL_END, /**< Scrolling ends */ enumerator
|
/lvgl-latest/src/widgets/tileview/ |
D | lv_tileview.c | 157 if(code == LV_EVENT_SCROLL_END) { in tileview_event_cb()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 82 obj_setInt(self, "SCROLL_END", LV_EVENT_SCROLL_END); in pika_lvgl_EVENT___init__()
|
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 321 else if(code == LV_EVENT_SCROLL_END) { in cont_scroll_end_event_cb()
|
/lvgl-latest/src/core/ |
D | lv_obj_event.c | 195 e->code == LV_EVENT_SCROLL_END || in lv_event_get_indev()
|
D | lv_obj_scroll.c | 358 res = lv_obj_send_event(obj, LV_EVENT_SCROLL_END, NULL); in lv_obj_scroll_by() 699 if(a->start_cb_called) lv_obj_send_event(a->var, LV_EVENT_SCROLL_END, NULL); in scroll_end_cb()
|
D | lv_obj.c | 835 else if(code == LV_EVENT_SCROLL_END) { in lv_obj_event()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 401 lv_obj_add_event_cb(parent, bullet_scroll_event_cb, LV_EVENT_SCROLL_END, cont); in bullets_create()
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 134 - :cpp:enumerator:`LV_EVENT_SCROLL_END`: Scrolling ends
|
D | scroll.rst | 109 - :cpp:enumerator:`LV_EVENT_SCROLL_END`: Signals that scrolling has ended.
|
D | obj.rst | 559 - :cpp:enumerator:`LV_EVENT_SCROLL_END` Scrolling ended.
|
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.c | 228 lv_obj_send_event(scroll_obj, LV_EVENT_SCROLL_END, indev); in lv_indev_scroll_throw_handler()
|