Home
last modified time | relevance | path

Searched refs:LV_SCROLL_SNAP_CENTER (Results 1 – 10 of 10) sorted by relevance

/lvgl-3.4.0/src/extra/widgets/tileview/
Dlv_tileview.c130 lv_obj_set_scroll_snap_x(obj, LV_SCROLL_SNAP_CENTER); in lv_tileview_constructor()
131 lv_obj_set_scroll_snap_y(obj, LV_SCROLL_SNAP_CENTER); in lv_tileview_constructor()
/lvgl-3.4.0/examples/scroll/
Dlv_example_scroll_2.c24 lv_obj_set_scroll_snap_x(panel, LV_SCROLL_SNAP_CENTER); in lv_example_scroll_2()
Dlv_example_scroll_6.c60 lv_obj_set_scroll_snap_y(cont, LV_SCROLL_SNAP_CENTER); in lv_example_scroll_6()
/lvgl-3.4.0/src/core/
Dlv_indev_scroll.c366 case LV_SCROLL_SNAP_CENTER: { in init_scroll_limits()
387 case LV_SCROLL_SNAP_CENTER: { in init_scroll_limits()
443 case LV_SCROLL_SNAP_CENTER: in find_snap_point_x()
498 case LV_SCROLL_SNAP_CENTER: in find_snap_point_y()
591 case LV_SCROLL_SNAP_CENTER: in elastic_diff()
610 case LV_SCROLL_SNAP_CENTER: in elastic_diff()
Dlv_obj_scroll.h45 LV_SCROLL_SNAP_CENTER /**< Align to the center*/ enumerator
Dlv_obj_scroll.c728 case LV_SCROLL_SNAP_CENTER: in scroll_area_into_view()
770 case LV_SCROLL_SNAP_CENTER: in scroll_area_into_view()
/lvgl-3.4.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.c362 … lv_obj_set_scroll_snap_y(main_cont, LV_SCROLL_SNAP_CENTER); /*Snap the children to the center*/ in create_cont()
/lvgl-3.4.0/src/extra/widgets/tabview/
Dlv_tabview.c233 lv_obj_set_scroll_snap_x(cont, LV_SCROLL_SNAP_CENTER); in lv_tabview_constructor()
/lvgl-3.4.0/docs/overview/
Dscroll.md115 - `LV_SCROLL_SNAP_CENTER` Align the children to the center of a scrolled object