Searched refs:lv_obj_set_scroll_snap_y (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_6.c | 61 lv_obj_set_scroll_snap_y(cont, LV_SCROLL_SNAP_CENTER); in lv_example_scroll_6()
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.h | 80 void lv_obj_set_scroll_snap_y(lv_obj_t * obj, lv_scroll_snap_t align);
|
D | lv_obj_scroll.c | 84 void lv_obj_set_scroll_snap_y(lv_obj_t * obj, lv_scroll_snap_t align) in lv_obj_set_scroll_snap_y() function
|
D | lv_obj.c | 125 .setter = lv_obj_set_scroll_snap_y,
|
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 191 lv_obj_set_scroll_snap_y(cont, LV_SCROLL_SNAP_NONE); in lv_tabview_set_tab_bar_position() 200 lv_obj_set_scroll_snap_y(cont, LV_SCROLL_SNAP_CENTER); in lv_tabview_set_tab_bar_position()
|
/lvgl-latest/src/widgets/tileview/ |
D | lv_tileview.c | 139 lv_obj_set_scroll_snap_y(obj, LV_SCROLL_SNAP_CENTER); in lv_tileview_constructor()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_list.c | 146 lv_obj_set_scroll_snap_y(list, LV_SCROLL_SNAP_CENTER); in lv_demo_music_list_create()
|
D | lv_demo_music_main.c | 398 … lv_obj_set_scroll_snap_y(main_cont, LV_SCROLL_SNAP_CENTER); /*Snap the children to the center*/ in create_cont()
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 198 :cpp:expr:`lv_obj_set_scroll_snap_y(widget, LV_SCROLL_SNAP_...)`.
|