Searched refs:lv_obj_set_scroll_snap_x (Results 1 – 6 of 6) sorted by relevance
24 lv_obj_set_scroll_snap_x(panel, LV_SCROLL_SNAP_CENTER); in lv_example_scroll_2()
76 void lv_obj_set_scroll_snap_x(struct _lv_obj_t * obj, lv_scroll_snap_t align);
76 void lv_obj_set_scroll_snap_x(lv_obj_t * obj, lv_scroll_snap_t align) in lv_obj_set_scroll_snap_x() function
131 lv_obj_set_scroll_snap_x(obj, LV_SCROLL_SNAP_CENTER); in lv_tileview_constructor()
258 lv_obj_set_scroll_snap_x(cont, LV_SCROLL_SNAP_CENTER); in lv_tabview_constructor()
113 Snap alignment is set with `lv_obj_set_scroll_snap_x/y(obj, LV_SCROLL_SNAP_...)`: