Home
last modified time | relevance | path

Searched refs:lv_obj_set_pos (Results 1 – 11 of 11) sorted by relevance

/lvgl-2.7.6/src/lv_core/
Dlv_disp.c230 lv_obj_set_pos(new_scr, 0, 0); in lv_scr_load_anim()
231 lv_obj_set_pos(lv_scr_act(), 0, 0); in lv_scr_load_anim()
Dlv_indev.c215lv_obj_set_pos(indev->cursor, indev->proc.types.pointer.act_point.x, indev->proc.types.pointer.act… in lv_indev_set_cursor()
407 lv_obj_set_pos(i->cursor, data->point.x, data->point.y); in indev_pointer_proc()
1365 lv_obj_set_pos(drag_obj, act_x, act_y); in indev_drag()
1432 if(allowed_dirs == LV_DRAG_DIR_BOTH) lv_obj_set_pos(drag_obj, act_x, act_y); in indev_drag_throw()
Dlv_obj.c446 lv_obj_set_pos(new_obj, lv_obj_get_x(copy), lv_obj_get_y(copy)); in lv_obj_create()
688 lv_obj_set_pos(obj, old_pos.x, old_pos.y); in lv_obj_set_parent()
693 lv_obj_set_pos(obj, new_x, old_pos.y); in lv_obj_set_parent()
761 void lv_obj_set_pos(lv_obj_t * obj, lv_coord_t x, lv_coord_t y) in lv_obj_set_pos() function
817 lv_obj_set_pos(obj, x, lv_obj_get_y(obj)); in lv_obj_set_x()
829 lv_obj_set_pos(obj, lv_obj_get_x(obj), y); in lv_obj_set_y()
4143 if(x_set && y_set) lv_obj_set_pos(obj, new_pos.x, new_pos.y);
4273 if(x_set && y_set) lv_obj_set_pos(obj, new_x, new_y);
Dlv_obj.h410 void lv_obj_set_pos(lv_obj_t * obj, lv_coord_t x, lv_coord_t y);
/lvgl-2.7.6/src/lv_widgets/
Dlv_textarea.c769 lv_obj_set_pos(lv_page_get_scrollable(ta), left, top); in lv_textarea_set_one_line()
779 lv_obj_set_pos(lv_page_get_scrollable(ta), left, top); in lv_textarea_set_one_line()
1448 lv_obj_set_pos(ext->label, 0, 0); /*Be sure the Label is in the correct position*/ in lv_textarea_signal()
1460 lv_obj_set_pos(ext->label, 0, 0); in lv_textarea_signal()
1540 lv_obj_set_pos(ext->label, 0, 0); in lv_textarea_scrollable_signal()
Dlv_tileview.c257 lv_obj_set_pos(scrl, x_coord, y_coord); in lv_tileview_set_tile_act()
Dlv_win.c751 lv_obj_set_pos(ext->header, 0, 0); in lv_win_realign()
Dlv_cont.c636 lv_obj_set_pos(child, act_x, act_y); in lv_cont_layout_grid()
Dlv_list.c237 lv_obj_set_pos(list, pos_x_ori, pos_y_ori); in lv_list_add_btn()
Dlv_page.c1172 lv_obj_set_pos(scrl, new_x, new_y); in scrl_reposition()
/lvgl-2.7.6/
DREADME.md125 lv_obj_set_pos(btn, 10, 10); /*Set its position*/