Searched refs:LV_SCROLL_SNAP_CENTER (Results 1 – 10 of 10) sorted by relevance
130 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()
24 lv_obj_set_scroll_snap_x(panel, LV_SCROLL_SNAP_CENTER); in lv_example_scroll_2()
60 lv_obj_set_scroll_snap_y(cont, LV_SCROLL_SNAP_CENTER); in lv_example_scroll_6()
366 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()
45 LV_SCROLL_SNAP_CENTER /**< Align to the center*/ enumerator
728 case LV_SCROLL_SNAP_CENTER: in scroll_area_into_view()770 case LV_SCROLL_SNAP_CENTER: in scroll_area_into_view()
125 lv_obj_set_scroll_snap_y(list, LV_SCROLL_SNAP_CENTER); in _lv_demo_music_list_create()
362 … lv_obj_set_scroll_snap_y(main_cont, LV_SCROLL_SNAP_CENTER); /*Snap the children to the center*/ in create_cont()
233 lv_obj_set_scroll_snap_x(cont, LV_SCROLL_SNAP_CENTER); in lv_tabview_constructor()
115 - `LV_SCROLL_SNAP_CENTER` Align the children to the center of a scrolled object