Searched refs:lv_obj_scroll_to_x (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_scroll.h | 225 void lv_obj_scroll_to_x(lv_obj_t * obj, int32_t x, lv_anim_enable_t anim_en);
|
D | lv_obj_scroll.c | 365 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
|
D | lv_obj.c | 795 … lv_obj_scroll_to_x(obj, lv_obj_get_scroll_x(obj) + lv_obj_get_width(obj) / 4, anim_enable); in lv_obj_event() 802 … lv_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/ |
D | lv_tabview.c | 132 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/ |
D | test_chart.c | 187 lv_obj_scroll_to_x(chart_wrapper, 300, LV_ANIM_OFF); in test_draw_task_hooking()
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 238 - ``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/ |
D | lv_demo_ebike_stats.c | 427 lv_obj_scroll_to_x(cont, p.x, LV_ANIM_ON); in chart_week_observer_cb()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 488 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()
|