Searched refs:lv_obj_set_scroll_dir (Results 1 – 6 of 6) sorted by relevance
87 lv_obj_set_scroll_dir(obj, tile->dir); in lv_obj_set_tile()150 lv_obj_set_scroll_dir(parent, create_dir); in lv_tileview_tile_constructor()191 lv_obj_set_scroll_dir(obj, dir); in tileview_event_cb()
60 lv_obj_set_scroll_dir(cont, LV_DIR_VER); in lv_example_scroll_6()
69 void lv_obj_set_scroll_dir(struct _lv_obj_t * obj, lv_dir_t dir);
67 void lv_obj_set_scroll_dir(lv_obj_t * obj, lv_dir_t dir) in lv_obj_set_scroll_dir() function
73 The direction in which scrolling happens can be controlled by `lv_obj_set_scroll_dir(obj, LV_DIR_..…
393 lv_obj_set_scroll_dir(player, LV_DIR_VER); in create_cont()