Home
last modified time | relevance | path

Searched refs:LV_GRID_ALIGN_END (Results 1 – 9 of 9) sorted by relevance

/lvgl-3.7.0/examples/layouts/grid/
Dlv_example_grid_4.c16 lv_obj_set_grid_align(cont, LV_GRID_ALIGN_SPACE_BETWEEN, LV_GRID_ALIGN_END); in lv_example_grid_4()
Dlv_example_grid_2.c41 LV_GRID_ALIGN_END, 0, 1); in lv_example_grid_2()
/lvgl-3.7.0/docs/layouts/
Dgrid.md47 - `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/
Dlv_grid.c596 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()
Dlv_grid.h45 LV_GRID_ALIGN_END, enumerator
/lvgl-3.7.0/examples/others/fragment/
Dlv_example_fragment_2.c56 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/
Dlv_demo_music_list.c208 lv_obj_set_grid_cell(time_label, LV_GRID_ALIGN_END, 2, 1, LV_GRID_ALIGN_CENTER, 0, 2); in add_list_btn()
Dlv_demo_music_main.c575 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/
Dlv_demo_widgets.c444 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()