Searched refs:lv_obj_set_y (Results 1 – 13 of 13) sorted by relevance
/lvgl-3.7.0/demos/music/ |
D | lv_demo_music_main.c | 382 lv_obj_set_y(player, - LV_DEMO_MUSIC_HANDLE_SIZE); in create_cont() 417 lv_obj_set_y(placeholder1, 0); in create_cont() 420 lv_obj_set_y(placeholder2, LV_VER_RES); in create_cont() 423 lv_obj_set_y(placeholder3, 2 * LV_VER_RES + LV_DEMO_MUSIC_HANDLE_SIZE); in create_cont() 426 lv_obj_set_y(placeholder1, 0); in create_cont() 429 lv_obj_set_y(placeholder2, LV_VER_RES + LV_DEMO_MUSIC_HANDLE_SIZE); in create_cont()
|
D | lv_demo_music_list.c | 115 lv_obj_set_y(list, LV_DEMO_MUSIC_HANDLE_SIZE); in _lv_demo_music_list_create()
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_pos.h | 69 void lv_obj_set_y(struct _lv_obj_t * obj, lv_coord_t y);
|
D | lv_disp.c | 515 lv_obj_set_y(obj, v); in set_y_anim()
|
D | lv_obj_pos.c | 49 lv_obj_set_y(obj, y); in lv_obj_set_pos() 66 void lv_obj_set_y(lv_obj_t * obj, lv_coord_t y) in lv_obj_set_y() function
|
/lvgl-3.7.0/src/widgets/ |
D | lv_roller.c | 350 lv_obj_set_y(label, lv_obj_get_y(label) + p.y); in lv_roller_event() 634 lv_obj_set_y(label, new_y); in refr_position() 749 lv_obj_set_y(label, new_y); in inf_normalize() 779 lv_obj_set_y(obj, v); in set_y_anim()
|
D | lv_dropdown.c | 530 lv_obj_set_y(dropdown->list, y1 - (y2 - LV_VER_RES) - 1); in lv_dropdown_open()
|
/lvgl-3.7.0/demos/stress/ |
D | lv_demo_stress.c | 461 lv_obj_set_y(obj, v); in set_y_anim()
|
/lvgl-3.7.0/docs/overview/ |
D | animation.md | 79 For example, animate the x and y coordinates with `lv_obj_set_x` and `lv_obj_set_y`. However, only …
|
D | coords.md | 78 lv_obj_set_y(obj, 20);
|
/lvgl-3.7.0/docs/widgets/ |
D | obj.md | 26 You can set the position relative to the parent with `lv_obj_set_x(obj, new_x)` and `lv_obj_set_y(o…
|
/lvgl-3.7.0/docs/get-started/ |
D | quick-overview.md | 109 lv_obj_set_y(btn1, 10);
|
/lvgl-3.7.0/demos/benchmark/ |
D | lv_demo_benchmark.c | 1150 lv_obj_set_y(var, v); in fall_anim_y_cb()
|