Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_scroll.h55 void lv_indev_scroll_get_snap_dist(lv_obj_t * obj, lv_point_t * p);
Dlv_indev_scroll.c261 void lv_indev_scroll_get_snap_dist(lv_obj_t * obj, lv_point_t * p) in lv_indev_scroll_get_snap_dist() function
/lvgl-latest/src/core/
Dlv_obj_scroll.c455 lv_indev_scroll_get_snap_dist(obj, &p); in lv_obj_update_snap()