Home
last modified time | relevance | path

Searched refs:LV_GRID_ALIGN_STRETCH (Results 1 – 12 of 12) sorted by relevance

/lvgl-3.7.0/examples/layouts/grid/
Dlv_example_grid_2.c48 lv_obj_set_grid_cell(obj, LV_GRID_ALIGN_STRETCH, 1, 2, in lv_example_grid_2()
49 LV_GRID_ALIGN_STRETCH, 1, 1); in lv_example_grid_2()
56 lv_obj_set_grid_cell(obj, LV_GRID_ALIGN_STRETCH, 0, 1, in lv_example_grid_2()
57 LV_GRID_ALIGN_STRETCH, 1, 2); in lv_example_grid_2()
Dlv_example_grid_1.c31 lv_obj_set_grid_cell(obj, LV_GRID_ALIGN_STRETCH, col, 1, in lv_example_grid_1()
32 LV_GRID_ALIGN_STRETCH, row, 1); in lv_example_grid_1()
Dlv_example_grid_3.c35 lv_obj_set_grid_cell(obj, LV_GRID_ALIGN_STRETCH, col, 1, in lv_example_grid_3()
36 LV_GRID_ALIGN_STRETCH, row, 1); in lv_example_grid_3()
Dlv_example_grid_4.c31 lv_obj_set_grid_cell(obj, LV_GRID_ALIGN_STRETCH, col, 1, in lv_example_grid_4()
32 LV_GRID_ALIGN_STRETCH, row, 1); in lv_example_grid_4()
Dlv_example_grid_6.c30 lv_obj_set_grid_cell(obj, LV_GRID_ALIGN_STRETCH, col, 1, in lv_example_grid_6()
31 LV_GRID_ALIGN_STRETCH, row, 1); in lv_example_grid_6()
Dlv_example_grid_5.c38 lv_obj_set_grid_cell(obj, LV_GRID_ALIGN_STRETCH, col, 1, in lv_example_grid_5()
39 LV_GRID_ALIGN_STRETCH, row, 1); in lv_example_grid_5()
/lvgl-3.7.0/examples/anim/
Dlv_example_anim_3.c144 lv_obj_set_grid_cell(ginfo.p1_slider, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_START, 1, 1); in page_obj_init()
145 lv_obj_set_grid_cell(ginfo.p2_slider, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_START, 2, 1); in page_obj_init()
152 lv_obj_set_grid_cell(ginfo.run_btn, LV_GRID_ALIGN_STRETCH, 2, 1, LV_GRID_ALIGN_STRETCH, 1, 2); in page_obj_init()
162 lv_obj_set_grid_cell(ginfo.chart, LV_GRID_ALIGN_STRETCH, 0, 3, LV_GRID_ALIGN_STRETCH, 3, 1); in page_obj_init()
/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.c363 lv_obj_set_grid_cell(panel1, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
368 lv_obj_set_grid_cell(dsc, LV_GRID_ALIGN_STRETCH, 2, 4, LV_GRID_ALIGN_START, 1, 1); in profile_create()
373 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_STRETCH, 4, 1, LV_GRID_ALIGN_CENTER, 3, 2); in profile_create()
374 lv_obj_set_grid_cell(invite_btn, LV_GRID_ALIGN_STRETCH, 5, 1, LV_GRID_ALIGN_CENTER, 3, 2); in profile_create()
376 lv_obj_set_grid_cell(panel2, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_START, 1, 1); in profile_create()
379 lv_obj_set_grid_cell(user_name, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create()
381 lv_obj_set_grid_cell(password, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create()
383 lv_obj_set_grid_cell(birthdate, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_CENTER, 6, 1); in profile_create()
385 lv_obj_set_grid_cell(gender, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_CENTER, 6, 1); in profile_create()
388 lv_obj_set_grid_cell(panel3, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_STRETCH, 1, 1); in profile_create()
[all …]
/lvgl-3.7.0/demos/music/
Dlv_demo_music_main.c168 lv_obj_set_grid_cell(spectrum_obj, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_CENTER, 1, 1); in _lv_demo_music_main_create()
169 lv_obj_set_grid_cell(title_box, LV_GRID_ALIGN_STRETCH, 0, 1, LV_ALIGN_CENTER, 2, 1); in _lv_demo_music_main_create()
170 lv_obj_set_grid_cell(icon_box, LV_GRID_ALIGN_STRETCH, 0, 1, LV_ALIGN_CENTER, 4, 1); in _lv_demo_music_main_create()
171 lv_obj_set_grid_cell(ctrl_box, LV_GRID_ALIGN_STRETCH, 0, 1, LV_ALIGN_CENTER, 6, 1); in _lv_demo_music_main_create()
172 lv_obj_set_grid_cell(handle_box, LV_GRID_ALIGN_STRETCH, 0, 1, LV_ALIGN_CENTER, 8, 1); in _lv_demo_music_main_create()
197 lv_obj_set_grid_cell(title_box, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_CENTER, 2, 1); in _lv_demo_music_main_create()
198 lv_obj_set_grid_cell(icon_box, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_CENTER, 4, 1); in _lv_demo_music_main_create()
199 lv_obj_set_grid_cell(spectrum_obj, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_CENTER, 6, 1); in _lv_demo_music_main_create()
200 lv_obj_set_grid_cell(ctrl_box, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_CENTER, 8, 1); in _lv_demo_music_main_create()
201 lv_obj_set_grid_cell(handle_box, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_CENTER, 10, 1); in _lv_demo_music_main_create()
[all …]
/lvgl-3.7.0/examples/others/fragment/
Dlv_example_fragment_2.c46 lv_obj_set_grid_cell(container, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_STRETCH, 0, 1); in lv_example_fragment_2()
/lvgl-3.7.0/src/extra/layouts/grid/
Dlv_grid.h46 LV_GRID_ALIGN_STRETCH, enumerator
Dlv_grid.c611 case LV_GRID_ALIGN_STRETCH: in item_repos()
632 case LV_GRID_ALIGN_STRETCH: in item_repos()