Searched refs:LV_GRID_ALIGN_END (Results 1 – 9 of 9) sorted by relevance
/lvgl-3.7.0/examples/layouts/grid/ |
D | lv_example_grid_4.c | 16 lv_obj_set_grid_align(cont, LV_GRID_ALIGN_SPACE_BETWEEN, LV_GRID_ALIGN_END); in lv_example_grid_4()
|
D | lv_example_grid_2.c | 41 LV_GRID_ALIGN_END, 0, 1); in lv_example_grid_2()
|
/lvgl-3.7.0/docs/layouts/ |
D | grid.md | 47 - `LV_GRID_ALIGN_END` means right on a horizontally and bottom vertically 58 - `LV_GRID_ALIGN_END` means right on a horizontally and bottom vertically 93 …set to `LV_BASE_DIR_RTL`, the meaning of `LV_GRID_ALIGN_START` and `LV_GRID_ALIGN_END` is swapped.…
|
/lvgl-3.7.0/src/extra/layouts/grid/ |
D | lv_grid.c | 596 if(col_align == LV_GRID_ALIGN_START) col_align = LV_GRID_ALIGN_END; in item_repos() 597 else if(col_align == LV_GRID_ALIGN_END) col_align = LV_GRID_ALIGN_START; in item_repos() 620 case LV_GRID_ALIGN_END: in item_repos() 641 case LV_GRID_ALIGN_END: in item_repos() 726 case LV_GRID_ALIGN_END: in grid_align()
|
D | lv_grid.h | 45 LV_GRID_ALIGN_END, enumerator
|
/lvgl-3.7.0/examples/others/fragment/ |
D | lv_example_fragment_2.c | 56 lv_obj_set_grid_cell(pop_btn, LV_GRID_ALIGN_END, 1, 1, LV_GRID_ALIGN_CENTER, 1, 1); in lv_example_fragment_2()
|
/lvgl-3.7.0/demos/music/ |
D | lv_demo_music_list.c | 208 lv_obj_set_grid_cell(time_label, LV_GRID_ALIGN_END, 2, 1, LV_GRID_ALIGN_CENTER, 0, 2); in add_list_btn()
|
D | lv_demo_music_main.c | 575 lv_obj_set_grid_cell(icon, LV_GRID_ALIGN_END, 5, 1, LV_GRID_ALIGN_CENTER, 0, 1); in create_ctrl_box() 622 lv_obj_set_grid_cell(time_obj, LV_GRID_ALIGN_END, 5, 1, LV_GRID_ALIGN_CENTER, 1, 1); in create_ctrl_box()
|
/lvgl-3.7.0/demos/widgets/ |
D | lv_demo_widgets.c | 444 lv_obj_set_grid_cell(invite_btn, LV_GRID_ALIGN_END, 3, 1, LV_GRID_ALIGN_CENTER, 5, 1); in profile_create() 879 lv_obj_set_grid_cell(chart3, LV_GRID_ALIGN_END, 0, 2, LV_GRID_ALIGN_STRETCH, 2, 1); in shop_create() 902 lv_obj_set_grid_cell(chart3, LV_GRID_ALIGN_END, 0, 1, LV_GRID_ALIGN_START, 4, 1); in shop_create() 1196 lv_obj_set_grid_cell(label, LV_GRID_ALIGN_START, 2, 1, LV_GRID_ALIGN_END, 0, 1); in create_shop_item() 1205 lv_obj_set_grid_cell(label, LV_GRID_ALIGN_END, 3, 1, LV_GRID_ALIGN_END, 0, 1); in create_shop_item()
|