Home
last modified time | relevance | path

Searched refs:lv_obj_stop_scroll_anim (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj_scroll.h263 void lv_obj_stop_scroll_anim(const lv_obj_t * obj);
Dlv_obj_scroll.c445 void lv_obj_stop_scroll_anim(const lv_obj_t * obj) in lv_obj_stop_scroll_anim() function
/lvgl-latest/src/indev/
Dlv_indev.c1305 lv_obj_stop_scroll_anim(indev->pointer.scroll_obj); in indev_proc_press()