Searched refs:snap (Results 1 – 4 of 4) sorted by relevance
612 lv_scroll_snap_t snap; in elastic_diff() local613 …snap = 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()
119 4. LVGL scrolls to the snap point with an animation123 This requires making the children snappable and setting a scroll snap alignment different from `LV_…
116 - `LV_OBJ_FLAG_SNAPPABLE` If scroll snap is enabled on the parent it can snap to this object
820 - fix(roller): snap on press lost [`fa9340c`](https://github.com/littlevgl/lvgl/commit/fa9340c45fd4…1643 - Add snap stop to scroll max 1 snap point