Home
last modified time | relevance | path

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

/lvgl-latest/examples/scroll/
Dlv_example_scroll_2.c24 lv_obj_set_scroll_snap_x(panel, LV_SCROLL_SNAP_CENTER); in lv_example_scroll_2()
/lvgl-latest/src/core/
Dlv_obj_scroll.h73 void lv_obj_set_scroll_snap_x(lv_obj_t * obj, lv_scroll_snap_t align);
Dlv_obj_scroll.c78 void lv_obj_set_scroll_snap_x(lv_obj_t * obj, lv_scroll_snap_t align) in lv_obj_set_scroll_snap_x() function
Dlv_obj.c120 .setter = lv_obj_set_scroll_snap_x,
/lvgl-latest/demos/multilang/
Dlv_demo_multilang.c276 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/
Dlv_tabview.c190 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/
Dlv_tileview.c138 lv_obj_set_scroll_snap_x(obj, LV_SCROLL_SNAP_CENTER); in lv_tileview_constructor()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_qr.c175 lv_obj_set_scroll_snap_x(qr_panel, LV_SCROLL_SNAP_CENTER); in qr_screen_create()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_home.c420 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/
Dscroll.rst197 :cpp:expr:`lv_obj_set_scroll_snap_x(widget, LV_SCROLL_SNAP_...)` and