Home
last modified time | relevance | path

Searched refs:lv_obj_get_y (Results 1 – 10 of 10) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_list.c156 lv_coord_t pos_y_ori = lv_obj_get_y(list); in lv_list_add_btn()
554 … lv_coord_t new_y = lv_obj_get_height(list) - (lv_obj_get_y(e_prev) + lv_obj_get_height(e_prev)); in lv_list_up()
564 lv_anim_set_values(&a, lv_obj_get_y(scrl), new_y); in lv_list_up()
592 lv_coord_t new_y = -lv_obj_get_y(e); in lv_list_down()
602 lv_anim_set_values(&a, lv_obj_get_y(scrl), new_y); in lv_list_down()
Dlv_tileview.c235 lv_coord_t y_act = lv_obj_get_y(scrl); in lv_tileview_set_tile_act()
358 lv_coord_t y = lv_obj_get_y(scrl); in lv_tileview_scrl_signal()
407 p.y = -(lv_obj_get_y(scrl) - lv_obj_get_height(tileview) / 2); in drag_end_handler()
Dlv_page.c496 lv_coord_t scrlable_y = lv_obj_get_y(ext->scrl); in lv_page_focus()
560 lv_anim_set_values(&a, lv_obj_get_y(ext->scrl), scrlable_y); in lv_page_focus()
607 lv_anim_set_values(&a, lv_obj_get_y(scrl), lv_obj_get_y(scrl) + dist); in lv_page_scroll_ver()
611 lv_obj_set_y(scrl, lv_obj_get_y(scrl) + dist); in lv_page_scroll_ver()
1116 lv_coord_t new_y = lv_obj_get_y(scrl); in scrl_reposition()
1274 sb_ver_pad + (-(lv_obj_get_y(scrl) - bg_left) * in scrlbar_refresh()
Dlv_tabview.c426 lv_anim_set_values(&a, lv_obj_get_y(ext->indic), indic_pos); in lv_tabview_set_tab_act()
Dlv_roller.c875 lv_anim_set_values(&a, lv_obj_get_y(roller_scrl), new_y); in refr_position()
Dlv_dropdown.c677 lv_obj_set_y(ext->page, lv_obj_get_y(ext->page) - (ext->page->coords.y2 - LV_VER_RES)); in lv_dropdown_open()
Dlv_textarea.c632 if(lv_obj_get_y(label_par) + cur_pos.y < 0) { in lv_textarea_set_cursor_pos()
/lvgl-2.7.6/src/lv_core/
Dlv_obj.h1014 lv_coord_t lv_obj_get_y(const lv_obj_t * obj);
Dlv_obj.c446 lv_obj_set_pos(new_obj, lv_obj_get_x(copy), lv_obj_get_y(copy)); in lv_obj_create()
672 old_pos.y = lv_obj_get_y(obj); in lv_obj_set_parent()
817 lv_obj_set_pos(obj, x, lv_obj_get_y(obj)); in lv_obj_set_x()
2296 lv_coord_t lv_obj_get_y(const lv_obj_t * obj) in lv_obj_get_y() function
4152 lv_coord_t new_y = lv_obj_get_y(obj);
Dlv_indev.c1310 lv_coord_t act_y = lv_obj_get_y(drag_obj); in indev_drag()
1430 lv_coord_t act_y = lv_obj_get_y(drag_obj) + proc->types.pointer.drag_throw_vect.y; in indev_drag_throw()