Searched refs:lv_obj_scroll_to_y (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_scroll.h | 234 void lv_obj_scroll_to_y(lv_obj_t * obj, int32_t y, lv_anim_enable_t anim_en);
|
D | lv_obj.c | 785 … lv_obj_scroll_to_y(obj, lv_obj_get_scroll_y(obj) + lv_obj_get_height(obj) / 4, anim_enable); in lv_obj_event() 788 … lv_obj_scroll_to_y(obj, lv_obj_get_scroll_y(obj) - lv_obj_get_height(obj) / 4, anim_enable); in lv_obj_event() 793 … lv_obj_scroll_to_y(obj, lv_obj_get_scroll_y(obj) + lv_obj_get_height(obj) / 4, anim_enable); in lv_obj_event() 800 … lv_obj_scroll_to_y(obj, lv_obj_get_scroll_y(obj) - lv_obj_get_height(obj) / 4, anim_enable); in lv_obj_event()
|
D | lv_obj_scroll.c | 366 lv_obj_scroll_to_y(obj, y, anim_en); in lv_obj_scroll_to() 379 void lv_obj_scroll_to_y(lv_obj_t * obj, int32_t y, lv_anim_enable_t anim_en) in lv_obj_scroll_to_y() function
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_notifications.c | 152 lv_obj_scroll_to_y(message_panel, 0, LV_ANIM_ON); in lv_demo_smartwatch_show_notification()
|
D | lv_demo_smartwatch.c | 195 lv_obj_scroll_to_y(dialog_window, 0, LV_ANIM_ON); in lv_demo_smartwatch_show_dialog()
|
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 142 lv_obj_scroll_to_y(cont, idx * (gap + h), anim_en); in lv_tabview_set_active()
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 239 - ``lv_obj_scroll_to_y(widget, y, LV_ANIM_ON/OFF)`` scroll to bring the given coordinate to the top… 274 - :cpp:expr:`lv_obj_scroll_to_y(widget, y, animation_enable)` Scroll to Y coordinate on…
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 620 lv_obj_scroll_to_y(explorer->file_table, 0, LV_ANIM_OFF); in show_dir()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 478 lv_obj_scroll_to_y(obj, cur_pos.y, LV_ANIM_ON); in lv_textarea_set_cursor_pos() 483 lv_obj_scroll_to_y(obj, cur_pos.y - h + font_h, LV_ANIM_ON); in lv_textarea_set_cursor_pos()
|
/lvgl-latest/demos/benchmark/ |
D | lv_demo_benchmark.c | 777 lv_obj_scroll_to_y(var, v, LV_ANIM_OFF); in scroll_anim_y_cb()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 1643 lv_obj_scroll_to_y(var, v, LV_ANIM_OFF); in scroll_anim_y_cb() 1666 lv_obj_scroll_to_y(tab, 0, LV_ANIM_OFF); in slideshow_anim_completed_cb()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 1222 lv_obj_scroll_to_y(dropdown->list, line_y1, anim_en); in position_to_selected()
|