Home
last modified time | relevance | path

Searched refs:lv_obj_scroll_to_x (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj_scroll.h225 void lv_obj_scroll_to_x(lv_obj_t * obj, int32_t x, lv_anim_enable_t anim_en);
Dlv_obj_scroll.c365 lv_obj_scroll_to_x(obj, x, anim_en); in lv_obj_scroll_to()
369 void lv_obj_scroll_to_x(lv_obj_t * obj, int32_t x, lv_anim_enable_t anim_en) in lv_obj_scroll_to_x() function
Dlv_obj.c795lv_obj_scroll_to_x(obj, lv_obj_get_scroll_x(obj) + lv_obj_get_width(obj) / 4, anim_enable); in lv_obj_event()
802lv_obj_scroll_to_x(obj, lv_obj_get_scroll_x(obj) - lv_obj_get_width(obj) / 4, anim_enable); in lv_obj_event()
/lvgl-latest/src/widgets/tabview/
Dlv_tabview.c132 lv_obj_scroll_to_x(cont, idx * (gap + w), anim_en); in lv_tabview_set_active()
136 lv_obj_scroll_to_x(cont, (gap + w) * id_rtl, anim_en); in lv_tabview_set_active()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_chart.c187 lv_obj_scroll_to_x(chart_wrapper, 300, LV_ANIM_OFF); in test_draw_task_hooking()
/lvgl-latest/docs/details/base-widget/
Dscroll.rst238 - ``lv_obj_scroll_to_x(widget, x, LV_ANIM_ON/OFF)`` scroll to bring the given coordinate to the lef…
273 - :cpp:expr:`lv_obj_scroll_to_x(widget, x, animation_enable)` Scroll to X coordinate on…
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_stats.c427 lv_obj_scroll_to_x(cont, p.x, LV_ANIM_ON); in chart_week_observer_cb()
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c488 lv_obj_scroll_to_x(obj, cur_pos.x, LV_ANIM_ON); in lv_textarea_set_cursor_pos()
493 lv_obj_scroll_to_x(obj, cur_pos.x - w + font_h, LV_ANIM_ON); in lv_textarea_set_cursor_pos()