/lvgl-3.7.0/examples/layouts/grid/ |
D | lv_example_grid_2.c | 48 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()
|
D | lv_example_grid_1.c | 31 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()
|
D | lv_example_grid_3.c | 35 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()
|
D | lv_example_grid_4.c | 31 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()
|
D | lv_example_grid_6.c | 30 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()
|
D | lv_example_grid_5.c | 38 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/ |
D | lv_example_anim_3.c | 144 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/ |
D | lv_demo_widgets.c | 363 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/ |
D | lv_demo_music_main.c | 168 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/ |
D | lv_example_fragment_2.c | 46 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/ |
D | lv_grid.h | 46 LV_GRID_ALIGN_STRETCH, enumerator
|
D | lv_grid.c | 611 case LV_GRID_ALIGN_STRETCH: in item_repos() 632 case LV_GRID_ALIGN_STRETCH: in item_repos()
|