Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_scroll.h233 void lv_obj_scroll_to_y(struct _lv_obj_t * obj, lv_coord_t y, lv_anim_enable_t anim_en);
Dlv_obj.c779lv_obj_scroll_to_y(obj, lv_obj_get_scroll_y(obj) + lv_obj_get_height(obj) / 4, anim_enable); in lv_obj_event()
782lv_obj_scroll_to_y(obj, lv_obj_get_scroll_y(obj) - lv_obj_get_height(obj) / 4, anim_enable); in lv_obj_event()
787lv_obj_scroll_to_y(obj, lv_obj_get_scroll_y(obj) + lv_obj_get_height(obj) / 4, anim_enable); in lv_obj_event()
794lv_obj_scroll_to_y(obj, lv_obj_get_scroll_y(obj) - lv_obj_get_height(obj) / 4, anim_enable); in lv_obj_event()
Dlv_obj_scroll.c364 lv_obj_scroll_to_y(obj, y, anim_en); in lv_obj_scroll_to()
377 void lv_obj_scroll_to_y(lv_obj_t * obj, lv_coord_t y, lv_anim_enable_t anim_en) in lv_obj_scroll_to_y() function
Dlv_obj_pos.c1074 lv_obj_scroll_to_y(obj, 0, LV_ANIM_OFF); in calc_content_height()
/lvgl-3.7.0/src/extra/widgets/tabview/
Dlv_tabview.c169 lv_obj_scroll_to_y(cont, id * (gap + h), anim_en); in lv_tabview_set_act()
/lvgl-3.7.0/src/widgets/
Dlv_textarea.c371 lv_obj_scroll_to_y(obj, cur_pos.y, LV_ANIM_ON); in lv_textarea_set_cursor_pos()
376 lv_obj_scroll_to_y(obj, cur_pos.y - h + font_h, LV_ANIM_ON); in lv_textarea_set_cursor_pos()
Dlv_dropdown.c1140 lv_obj_scroll_to_y(dropdown->list, line_y1, LV_ANIM_OFF); in position_to_selected()
/lvgl-3.7.0/docs/overview/
Dscroll.md138 - `lv_obj_scroll_to_y(obj, y, LV_ANIM_ON/OFF)` scroll to bring the given coordinate to the top side