Searched refs:lv_obj_set_pos (Results 1 – 11 of 11) sorted by relevance
/lvgl-2.7.6/src/lv_core/ |
D | lv_disp.c | 230 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()
|
D | lv_indev.c | 215 …lv_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()
|
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() 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);
|
D | lv_obj.h | 410 void lv_obj_set_pos(lv_obj_t * obj, lv_coord_t x, lv_coord_t y);
|
/lvgl-2.7.6/src/lv_widgets/ |
D | lv_textarea.c | 769 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()
|
D | lv_tileview.c | 257 lv_obj_set_pos(scrl, x_coord, y_coord); in lv_tileview_set_tile_act()
|
D | lv_win.c | 751 lv_obj_set_pos(ext->header, 0, 0); in lv_win_realign()
|
D | lv_cont.c | 636 lv_obj_set_pos(child, act_x, act_y); in lv_cont_layout_grid()
|
D | lv_list.c | 237 lv_obj_set_pos(list, pos_x_ori, pos_y_ori); in lv_list_add_btn()
|
D | lv_page.c | 1172 lv_obj_set_pos(scrl, new_x, new_y); in scrl_reposition()
|
/lvgl-2.7.6/ |
D | README.md | 125 lv_obj_set_pos(btn, 10, 10); /*Set its position*/
|