| /lvgl-latest/demos/widgets/ |
| D | lv_demo_widgets.c | 396 lv_obj_set_grid_cell(name, LV_GRID_ALIGN_START, 2, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create() 397 lv_obj_set_grid_cell(dsc, LV_GRID_ALIGN_STRETCH, 2, 4, LV_GRID_ALIGN_START, 1, 1); in profile_create() 399 lv_obj_set_grid_cell(email_label, LV_GRID_ALIGN_START, 3, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create() 401 lv_obj_set_grid_cell(call_label, LV_GRID_ALIGN_START, 3, 1, LV_GRID_ALIGN_CENTER, 4, 1); in profile_create() 405 lv_obj_set_grid_cell(panel2, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_START, 1, 1); in profile_create() 407 lv_obj_set_grid_cell(panel2_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create() 409 lv_obj_set_grid_cell(user_name_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 2, 1); in profile_create() 411 lv_obj_set_grid_cell(password_label, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_START, 2, 1); in profile_create() 413 lv_obj_set_grid_cell(birthday_label, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_START, 5, 1); in profile_create() 415 lv_obj_set_grid_cell(gender_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 5, 1); in profile_create() [all …]
|
| /lvgl-latest/examples/layouts/grid/ |
| D | lv_example_grid_2.c | 24 lv_obj_set_grid_cell(obj, LV_GRID_ALIGN_START, 0, 1, in lv_example_grid_2() 25 LV_GRID_ALIGN_START, 0, 1); in lv_example_grid_2() 32 lv_obj_set_grid_cell(obj, LV_GRID_ALIGN_START, 1, 1, in lv_example_grid_2() 40 lv_obj_set_grid_cell(obj, LV_GRID_ALIGN_START, 2, 1, in lv_example_grid_2()
|
| /lvgl-latest/examples/anim/ |
| D | lv_example_anim_3.c | 127 lv_obj_set_grid_cell(ginfo.anim_obj, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 0, 1); in page_obj_init() 133 lv_obj_set_grid_cell(ginfo.p1_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 1, 1); in page_obj_init() 134 lv_obj_set_grid_cell(ginfo.p2_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 2, 1); in page_obj_init() 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()
|
| /lvgl-latest/demos/high_res/ |
| D | lv_demo_high_res_app_smart_meter.c | 461 lv_obj_set_grid_cell(chart, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_START, 0, 1); in create_widget2() 479 lv_obj_set_grid_cell(hscale_label_1, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 1, 1); in create_widget2() 481 lv_obj_set_grid_cell(hscale_label_2, LV_GRID_ALIGN_END, 0, 1, LV_GRID_ALIGN_START, 1, 1); in create_widget2() 484 lv_obj_set_grid_cell(vscale_label_1, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_START, 0, 1); in create_widget2() 486 lv_obj_set_grid_cell(vscale_label_2, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 0, 1); in create_widget2() 488 lv_obj_set_grid_cell(vscale_label_3, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_END, 0, 1); in create_widget2() 652 lv_obj_set_grid_cell(chart, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_START, 0, 1); in create_widget3() 667 lv_obj_set_grid_cell(hscale_label_1, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 1, 1); in create_widget3() 669 lv_obj_set_grid_cell(hscale_label_2, LV_GRID_ALIGN_END, 0, 1, LV_GRID_ALIGN_START, 1, 1); in create_widget3() 672 lv_obj_set_grid_cell(vscale_label_1, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_START, 0, 1); in create_widget3() [all …]
|
| D | lv_demo_high_res_app_ev_charging.c | 375 lv_obj_set_grid_cell(chart, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_START, 0, 1); in create_widget2() 390 lv_obj_set_grid_cell(hscale_label_1, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 1, 1); in create_widget2() 392 lv_obj_set_grid_cell(hscale_label_2, LV_GRID_ALIGN_END, 0, 1, LV_GRID_ALIGN_START, 1, 1); in create_widget2() 395 lv_obj_set_grid_cell(vscale_label_1, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_START, 0, 1); in create_widget2() 397 lv_obj_set_grid_cell(vscale_label_2, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 0, 1); in create_widget2() 399 lv_obj_set_grid_cell(vscale_label_3, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_END, 0, 1); in create_widget2()
|
| D | lv_demo_high_res_app_thermostat.c | 184 lv_obj_set_grid_cell(chart, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_START, 0, 1); in create_widget1() 199 lv_obj_set_grid_cell(hscale_label_1, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 1, 1); in create_widget1() 201 lv_obj_set_grid_cell(hscale_label_2, LV_GRID_ALIGN_END, 0, 1, LV_GRID_ALIGN_START, 1, 1); in create_widget1() 204 lv_obj_set_grid_cell(vscale_label_1, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_START, 0, 1); in create_widget1() 206 lv_obj_set_grid_cell(vscale_label_2, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 0, 1); in create_widget1() 208 lv_obj_set_grid_cell(vscale_label_3, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_END, 0, 1); in create_widget1()
|
| /lvgl-latest/demos/music/ |
| D | lv_demo_music_list.c | 202 lv_obj_set_grid_cell(icon, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_CENTER, 0, 2); in add_list_button() 206 lv_obj_set_grid_cell(title_label, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 0, 1); in add_list_button() 212 lv_obj_set_grid_cell(artist_label, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 1, 1); in add_list_button()
|
| D | lv_demo_music_main.c | 588 lv_obj_set_grid_cell(icon, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 0, 1); in create_ctrl_box()
|
| /lvgl-latest/src/layouts/grid/ |
| D | lv_grid.h | 44 LV_GRID_ALIGN_START, enumerator
|
| D | lv_grid.c | 486 if(col_align == LV_GRID_ALIGN_START) col_align = LV_GRID_ALIGN_END; in item_repos() 487 else if(col_align == LV_GRID_ALIGN_END) col_align = LV_GRID_ALIGN_START; in item_repos() 497 case LV_GRID_ALIGN_START: in item_repos() 519 case LV_GRID_ALIGN_START: in item_repos() 613 case LV_GRID_ALIGN_START: in grid_align()
|
| /lvgl-latest/tests/src/test_cases/ |
| D | test_bindings.c | 89 lv_obj_set_grid_cell(label, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 0, 1); in create_ui() 176 lv_obj_set_grid_cell(canvas, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 2, 1); in create_ui()
|
| /lvgl-latest/demos/transform/ |
| D | lv_demo_transform.c | 124 lv_obj_set_grid_cell(name, LV_GRID_ALIGN_START, 2, 1, LV_GRID_ALIGN_CENTER, 0, 1); in card_create() 129 lv_obj_set_grid_cell(btn, LV_GRID_ALIGN_START, 2, 1, LV_GRID_ALIGN_CENTER, 3, 1); in card_create()
|
| /lvgl-latest/demos/multilang/ |
| D | lv_demo_multilang.c | 325 lv_obj_set_grid_cell(name, LV_GRID_ALIGN_START, 2, 1, LV_GRID_ALIGN_CENTER, 0, 1); in card_create() 336 lv_obj_set_grid_cell(btn, LV_GRID_ALIGN_START, 2, 1, LV_GRID_ALIGN_CENTER, 3, 1); in card_create()
|
| /lvgl-latest/docs/details/base-widget/layouts/ |
| D | grid.rst | 90 - :cpp:enumerator:`LV_GRID_ALIGN_START`: means left when direction is horizontal and top when verti… 105 - :cpp:enumerator:`LV_GRID_ALIGN_START`: means left when direction is horizontal and top when verti… 194 the meaning of :cpp:enumerator:`LV_GRID_ALIGN_START` and :cpp:enumerator:`LV_GRID_ALIGN_END` is
|
| /lvgl-latest/src/others/xml/ |
| D | lv_xml_base_types.c | 166 if(lv_streq("start", txt)) return LV_GRID_ALIGN_START; in lv_xml_grid_align_to_enum()
|
| /lvgl-latest/examples/others/fragment/ |
| D | lv_example_fragment_2.c | 55 lv_obj_set_grid_cell(push_btn, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_CENTER, 1, 1); in lv_example_fragment_2()
|
| /lvgl-latest/docs/details/base-widget/styles/ |
| D | style-properties.rst | 1541 …ne-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_GRID_ALIGN_START`</li> 1569 …ne-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_GRID_ALIGN_START`</li> 1583 …ne-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_GRID_ALIGN_START`</li> 1597 …ne-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_GRID_ALIGN_START`</li> 1611 …ne-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_GRID_ALIGN_START`</li> 1625 …ne-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_GRID_ALIGN_START`</li> 1639 …ne-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_GRID_ALIGN_START`</li> 1653 …ne-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_GRID_ALIGN_START`</li>
|