Searched refs:lv_obj_set_scroll_snap_x (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_2.c | 24 lv_obj_set_scroll_snap_x(panel, LV_SCROLL_SNAP_CENTER); in lv_example_scroll_2()
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.h | 73 void lv_obj_set_scroll_snap_x(lv_obj_t * obj, lv_scroll_snap_t align);
|
D | lv_obj_scroll.c | 78 void lv_obj_set_scroll_snap_x(lv_obj_t * obj, lv_scroll_snap_t align) in lv_obj_set_scroll_snap_x() function
|
D | lv_obj.c | 120 .setter = lv_obj_set_scroll_snap_x,
|
/lvgl-latest/demos/multilang/ |
D | lv_demo_multilang.c | 276 lv_obj_set_scroll_snap_x(cont, LV_SCROLL_SNAP_NONE); in scroll_event_cb() 296 lv_obj_set_scroll_snap_x(cont, LV_SCROLL_SNAP_CENTER); in card_create()
|
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 190 lv_obj_set_scroll_snap_x(cont, LV_SCROLL_SNAP_CENTER); in lv_tabview_set_tab_bar_position() 199 lv_obj_set_scroll_snap_x(cont, LV_SCROLL_SNAP_NONE); in lv_tabview_set_tab_bar_position()
|
/lvgl-latest/src/widgets/tileview/ |
D | lv_tileview.c | 138 lv_obj_set_scroll_snap_x(obj, LV_SCROLL_SNAP_CENTER); in lv_tileview_constructor()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_qr.c | 175 lv_obj_set_scroll_snap_x(qr_panel, LV_SCROLL_SNAP_CENTER); in qr_screen_create()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 420 lv_obj_set_scroll_snap_x(battery, LV_SCROLL_SNAP_CENTER); in right_cont_create() 450 lv_obj_set_scroll_snap_x(dist, LV_SCROLL_SNAP_CENTER); in right_cont_create()
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 197 :cpp:expr:`lv_obj_set_scroll_snap_x(widget, LV_SCROLL_SNAP_...)` and
|