Home
last modified time | relevance | path

Searched refs:snap (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.7.0/src/core/
Dlv_indev_scroll.c612 lv_scroll_snap_t snap; in elastic_diff() local
613snap = dir == LV_DIR_HOR ? lv_obj_get_scroll_snap_x(scroll_obj) : lv_obj_get_scroll_snap_y(scroll_… in elastic_diff()
623 switch(snap) { in elastic_diff()
642 switch(snap) { in elastic_diff()
659 if(snap != LV_SCROLL_SNAP_NONE && act_obj_point > snap_point) return diff; in elastic_diff()
667 if(snap != LV_SCROLL_SNAP_NONE && act_obj_point < snap_point) return diff; in elastic_diff()
/lvgl-3.7.0/docs/overview/
Dscroll.md119 4. LVGL scrolls to the snap point with an animation
123 This requires making the children snappable and setting a scroll snap alignment different from `LV_…
/lvgl-3.7.0/docs/widgets/
Dobj.md116 - `LV_OBJ_FLAG_SNAPPABLE` If scroll snap is enabled on the parent it can snap to this object
/lvgl-3.7.0/docs/
DCHANGELOG.md820 - fix(roller): snap on press lost [`fa9340c`](https://github.com/littlevgl/lvgl/commit/fa9340c45fd4…
1643 - Add snap stop to scroll max 1 snap point