Home
last modified time | relevance | path

Searched refs:lv_obj_set_scroll_dir (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/src/widgets/tileview/
Dlv_tileview.c80 lv_obj_set_scroll_dir(tv, dir); in lv_tileview_add_tile()
94 lv_obj_set_scroll_dir(obj, tile->dir); in lv_tileview_set_tile()
188 lv_obj_set_scroll_dir(obj, dir); in tileview_event_cb()
/lvgl-latest/examples/scroll/
Dlv_example_scroll_6.c60 lv_obj_set_scroll_dir(cont, LV_DIR_VER); in lv_example_scroll_6()
/lvgl-latest/src/core/
Dlv_obj_scroll.h66 void lv_obj_set_scroll_dir(lv_obj_t * obj, lv_dir_t dir);
Dlv_obj_scroll.c69 void lv_obj_set_scroll_dir(lv_obj_t * obj, lv_dir_t dir) in lv_obj_set_scroll_dir() function
Dlv_obj.c115 .setter = lv_obj_set_scroll_dir,
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c325 lv_obj_set_scroll_dir(message_panel, LV_DIR_VER); in create_screen_notifications()
367 lv_obj_set_scroll_dir(message_list, LV_DIR_VER); in create_screen_notifications()
Dlv_demo_smartwatch_qr.c176 lv_obj_set_scroll_dir(qr_panel, LV_DIR_HOR); in qr_screen_create()
Dlv_demo_smartwatch_weather.c320 lv_obj_set_scroll_dir(weather_forecast_daily, LV_DIR_VER); in create_screen_weather()
348 lv_obj_set_scroll_dir(weather_forecast_hourly, LV_DIR_HOR); in create_screen_weather()
Dlv_demo_smartwatch_list.c256 lv_obj_set_scroll_dir(app_list, LV_DIR_VER); in create_screen_list()
Dlv_demo_smartwatch_settings.c479 lv_obj_set_scroll_dir(settings_list, LV_DIR_VER); in create_screen_settings()
Dlv_demo_smartwatch.c405 lv_obj_set_scroll_dir(dialog_window, LV_DIR_VER); in create_dialog_window()
/lvgl-latest/examples/others/observer/
Dlv_example_observer_4.c40 lv_obj_set_scroll_dir(cont, LV_DIR_VER); in lv_example_observer_4()
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c335 lv_obj_set_scroll_dir(explorer->file_table, LV_DIR_TOP | LV_DIR_BOTTOM); in lv_file_explorer_constructor()
/lvgl-latest/docs/details/base-widget/
Dscroll.rst131 :cpp:expr:`lv_obj_set_scroll_dir(widget, LV_DIR_...)`.
/lvgl-latest/demos/music/
Dlv_demo_music_main.c413 lv_obj_set_scroll_dir(player, LV_DIR_VER); in create_cont()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c595 lv_obj_set_scroll_dir(wrapper, LV_DIR_HOR); in create_chart_with_scales()