Searched refs:lv_obj_set_pos (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_obj.c | 351 lv_obj_set_pos(new_obj, lv_obj_get_x(copy), lv_obj_get_y(copy)); in lv_obj_create() 353 lv_obj_set_pos(new_obj, 0, 0); in lv_obj_create() 554 lv_obj_set_pos(obj, old_pos.x, old_pos.y); in lv_obj_set_parent() 617 void lv_obj_set_pos(lv_obj_t * obj, lv_coord_t x, lv_coord_t y) in lv_obj_set_pos() function 666 lv_obj_set_pos(obj, x, lv_obj_get_y(obj)); in lv_obj_set_x() 676 lv_obj_set_pos(obj, lv_obj_get_x(obj), y); in lv_obj_set_y() 882 lv_obj_set_pos(obj, new_x, new_y); in lv_obj_align() 1030 lv_obj_set_pos(obj, new_x, new_y); in lv_obj_align_origo()
|
A D | lv_indev.c | 199 …lv_obj_set_pos(indev->cursor, indev->proc.types.pointer.act_point.x, indev->proc.types.pointer.act… in lv_indev_set_cursor() 342 lv_obj_set_pos(i->cursor, data->point.x, data->point.y); in indev_pointer_proc() 1098 …lv_obj_set_pos(drag_obj, act_x + state->types.pointer.vect.x, act_y + state->types.pointer.vect.y); 1187 lv_obj_set_pos(drag_obj, act_x, act_y);
|
A D | lv_obj.h | 345 void lv_obj_set_pos(lv_obj_t * obj, lv_coord_t x, lv_coord_t y);
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_ta.c | 699 … lv_obj_set_pos(lv_page_get_scrl(ta), style_ta->body.padding.left, style_ta->body.padding.top); in lv_ta_set_one_line() 709 … lv_obj_set_pos(lv_page_get_scrl(ta), style_ta->body.padding.left, style_ta->body.padding.top); in lv_ta_set_one_line() 1336 lv_obj_set_pos(ext->label, style_scrl->body.padding.left, in lv_ta_signal() 1341 lv_obj_set_pos(ext->placeholder, style_scrl->body.padding.left, in lv_ta_signal() 1354 … lv_obj_set_pos(ext->label, style_scrl->body.padding.left, style_scrl->body.padding.top); in lv_ta_signal() 1366 … lv_obj_set_pos(ext->placeholder, style_scrl->body.padding.left, style_scrl->body.padding.top); in lv_ta_signal() 1463 … lv_obj_set_pos(ext->label, style_scrl->body.padding.left, style_scrl->body.padding.top); in lv_ta_scrollable_signal() 1725 … lv_obj_set_pos(ext->placeholder, style_scrl->body.padding.left, style_scrl->body.padding.top); in placeholder_update() 1726 lv_obj_set_pos(ext->label, style_scrl->body.padding.left, style_scrl->body.padding.top); in placeholder_update()
|
A D | lv_win.c | 79 lv_obj_set_pos(new_win, 0, 0); in lv_win_create() 548 lv_obj_set_pos(ext->header, 0, 0); in lv_win_realign()
|
A D | lv_cont.c | 564 lv_obj_set_pos(child, act_x, act_y); in lv_cont_layout_grid() 567 lv_obj_set_pos(child, x_ofs, act_y); in lv_cont_layout_grid()
|
A D | lv_tileview.c | 250 lv_obj_set_pos(scrl, x_coord, y_coord); in lv_tileview_set_tile_act()
|
A D | lv_page.c | 1028 lv_obj_set_pos(scrl, new_x, new_y); in lv_page_scrollable_signal()
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 248 lv_obj_set_pos(btn, 10, 10); /*Set its position*/ 338 lv_obj_set_pos(list, 10, 10); 356 lv_obj_set_pos(list, 150, 10);
|
Completed in 21 milliseconds