Searched refs:lv_obj_get_y (Results 1 – 10 of 10) sorted by relevance
/lvgl-2.7.6/src/lv_widgets/ |
D | lv_list.c | 156 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()
|
D | lv_tileview.c | 235 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()
|
D | lv_page.c | 496 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()
|
D | lv_tabview.c | 426 lv_anim_set_values(&a, lv_obj_get_y(ext->indic), indic_pos); in lv_tabview_set_tab_act()
|
D | lv_roller.c | 875 lv_anim_set_values(&a, lv_obj_get_y(roller_scrl), new_y); in refr_position()
|
D | lv_dropdown.c | 677 lv_obj_set_y(ext->page, lv_obj_get_y(ext->page) - (ext->page->coords.y2 - LV_VER_RES)); in lv_dropdown_open()
|
D | lv_textarea.c | 632 if(lv_obj_get_y(label_par) + cur_pos.y < 0) { in lv_textarea_set_cursor_pos()
|
/lvgl-2.7.6/src/lv_core/ |
D | lv_obj.h | 1014 lv_coord_t lv_obj_get_y(const lv_obj_t * obj);
|
D | lv_obj.c | 446 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);
|
D | lv_indev.c | 1310 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()
|