/lvgl-3.7.0/examples/others/gridnav/ |
D | lv_example_gridnav_1.c | 56 lv_obj_set_pos(ta, 0, 80); in lv_example_gridnav_1() 60 lv_obj_set_pos(cb, 0, 170); in lv_example_gridnav_1() 64 lv_obj_set_pos(sw1, 0, 200); in lv_example_gridnav_1() 68 lv_obj_set_pos(sw2, lv_pct(50), 200); in lv_example_gridnav_1()
|
/lvgl-3.7.0/examples/scroll/ |
D | lv_example_scroll_1.c | 18 lv_obj_set_pos(child, 0, 0); in lv_example_scroll_1() 25 lv_obj_set_pos(child, 160, 80); in lv_example_scroll_1() 36 lv_obj_set_pos(child, 40, 160); in lv_example_scroll_1()
|
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_dropdown.c | 23 lv_obj_set_pos(dd2, 200, 0); in test_dropdown_create_delete() 33 lv_obj_set_pos(dd3, 400, 0); in test_dropdown_create_delete() 169 lv_obj_set_pos(dd1, 20, 20); in test_dropdown_keypad() 175 lv_obj_set_pos(dd2, 300, 20); in test_dropdown_keypad() 271 lv_obj_set_pos(dd1, 20, 20); in test_dropdown_encoder() 277 lv_obj_set_pos(dd2, 300, 20); in test_dropdown_encoder() 324 lv_obj_set_pos(dd1, 10, 10); in test_dropdown_render_1() 328 lv_obj_set_pos(dd2, 200, 10); in test_dropdown_render_1() 339 lv_obj_set_pos(dd3, 500, 150); in test_dropdown_render_1() 433 lv_obj_set_pos(cont2, 0, 100); in test_dropdown_should_list_on_top()
|
/lvgl-3.7.0/examples/others/msg/ |
D | lv_example_msg_2.c | 26 lv_obj_set_pos(ta, 10, 10); in lv_example_msg_2() 44 lv_obj_set_pos(btn, 240, 10); in lv_example_msg_2() 56 lv_obj_set_pos(label, 10, 60); in lv_example_msg_2() 63 lv_obj_set_pos(btn, 10, 80); in lv_example_msg_2()
|
/lvgl-3.7.0/examples/get_started/ |
D | lv_example_get_started_2.c | 58 lv_obj_set_pos(btn, 10, 10); in lv_example_get_started_2() 71 lv_obj_set_pos(btn2, 10, 80); in lv_example_get_started_2()
|
D | lv_example_get_started_1.c | 24 lv_obj_set_pos(btn, 10, 10); /*Set its position*/ in lv_example_get_started_1()
|
/lvgl-3.7.0/examples/widgets/obj/ |
D | lv_example_obj_2.c | 16 lv_obj_set_pos(obj, x, y); in drag_event_handler()
|
/lvgl-3.7.0/examples/anim/ |
D | lv_example_anim_1.c | 44 lv_obj_set_pos(label, 100, 10); in lv_example_anim_1()
|
/lvgl-3.7.0/examples/widgets/textarea/ |
D | lv_example_textarea_2.c | 16 lv_obj_set_pos(pwd_ta, 5, 20); in lv_example_textarea_2()
|
/lvgl-3.7.0/docs/overview/ |
D | layer.md | 21 lv_obj_set_pos(btn1, 60, 40); /*Set the position of the button*/ 24 lv_obj_set_pos(btn2, 180, 80); /*Set the position of the button*/
|
D | object.md | 27 lv_obj_set_pos(btn1, 20,30); /*Set a button's position*/ 67 lv_obj_set_pos(obj1, 10, 10); /*Set the position of the new object*/ 75 lv_obj_set_pos(parent, 50, 50); /*Move the parent. The child will move with it.*/
|
D | display.md | 48 … is (0;0). Therefore, a screen's coordinates can't be changed, i.e. `lv_obj_set_pos()`, `lv_obj_se…
|
D | coords.md | 79 lv_obj_set_pos(obj, 10, 20); //Or in one function
|
/lvgl-3.7.0/src/core/ |
D | lv_disp.c | 235 lv_obj_set_pos(d->scr_to_load, 0, 0); in lv_scr_load_anim() 261 lv_obj_set_pos(new_scr, 0, 0); in lv_scr_load_anim() 262 lv_obj_set_pos(lv_scr_act(), 0, 0); in lv_scr_load_anim()
|
D | lv_obj_pos.h | 47 void lv_obj_set_pos(struct _lv_obj_t * obj, lv_coord_t x, lv_coord_t y);
|
D | lv_obj_pos.c | 44 void lv_obj_set_pos(lv_obj_t * obj, lv_coord_t x, lv_coord_t y) in lv_obj_set_pos() function 342 lv_obj_set_pos(obj, x_ofs, y_ofs); in lv_obj_align() 483 lv_obj_set_pos(obj, x, y); in lv_obj_align_to()
|
D | lv_indev.c | 202 …lv_obj_set_pos(indev->cursor, indev->proc.types.pointer.act_point.x, indev->proc.types.pointer.act… in lv_indev_set_cursor() 373 lv_obj_set_pos(i->cursor, data->point.x, data->point.y); in indev_pointer_proc()
|
/lvgl-3.7.0/src/extra/widgets/tileview/ |
D | lv_tileview.c | 143 lv_obj_set_pos(obj, create_col_id * lv_obj_get_content_width(parent), in lv_tileview_tile_constructor()
|
/lvgl-3.7.0/docs/widgets/ |
D | obj.md | 26 … and `lv_obj_set_y(obj, new_y)`, or both axes at the same time with `lv_obj_set_pos(obj, new_x, ne… 33 lv_obj_set_pos(obj, 10, 20);
|
/lvgl-3.7.0/ |
D | README_zh.md | 144 lv_obj_set_pos(btn, 10, 10); /*Set its position*/
|
D | README.md | 141 lv_obj_set_pos(btn, 10, 10); /*Set its position*/
|
D | README_pt_BR.md | 157 lv_obj_set_pos(button, 10, 10); /* Define uma posição …
|
/lvgl-3.7.0/demos/benchmark/ |
D | lv_demo_benchmark.c | 681 lv_obj_set_pos(title, LV_DPI_DEF / 30, LV_DPI_DEF / 30); in benchmark_init()
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 823 - fix(obj) fix comments of lv_obj_set_pos/x/y [`b9a5078`](https://github.com/littlevgl/lvgl/commit/…
|