Home
last modified time | relevance | path

Searched refs:lv_obj_set_scroll_snap_y (Results 1 – 7 of 7) sorted by relevance

/lvgl-3.7.0/examples/scroll/
Dlv_example_scroll_6.c61 lv_obj_set_scroll_snap_y(cont, LV_SCROLL_SNAP_CENTER); in lv_example_scroll_6()
/lvgl-3.7.0/src/core/
Dlv_obj_scroll.h83 void lv_obj_set_scroll_snap_y(struct _lv_obj_t * obj, lv_scroll_snap_t align);
Dlv_obj_scroll.c82 void lv_obj_set_scroll_snap_y(lv_obj_t * obj, lv_scroll_snap_t align) in lv_obj_set_scroll_snap_y() function
/lvgl-3.7.0/src/extra/widgets/tileview/
Dlv_tileview.c132 lv_obj_set_scroll_snap_y(obj, LV_SCROLL_SNAP_CENTER); in lv_tileview_constructor()
/lvgl-3.7.0/demos/music/
Dlv_demo_music_list.c125 lv_obj_set_scroll_snap_y(list, LV_SCROLL_SNAP_CENTER); in _lv_demo_music_list_create()
Dlv_demo_music_main.c378lv_obj_set_scroll_snap_y(main_cont, LV_SCROLL_SNAP_CENTER); /*Snap the children to the center*/ in create_cont()
/lvgl-3.7.0/src/extra/widgets/tabview/
Dlv_tabview.c262 lv_obj_set_scroll_snap_y(cont, LV_SCROLL_SNAP_CENTER); in lv_tabview_constructor()