Searched refs:LV_FLEX_FLOW_ROW_WRAP (Results 1 – 12 of 12) sorted by relevance
/lvgl-3.7.0/examples/others/gridnav/ |
D | lv_example_gridnav_3.c | 32 lv_obj_set_flex_flow(cont_main, LV_FLEX_FLOW_ROW_WRAP); in lv_example_gridnav_3() 77 lv_obj_set_flex_flow(cont_sub2, LV_FLEX_FLOW_ROW_WRAP); in lv_example_gridnav_3()
|
D | lv_example_gridnav_1.c | 16 lv_obj_set_flex_flow(cont1, LV_FLEX_FLOW_ROW_WRAP); in lv_example_gridnav_1()
|
/lvgl-3.7.0/examples/layouts/flex/ |
D | lv_example_flex_6.c | 14 lv_obj_set_flex_flow(cont, LV_FLEX_FLOW_ROW_WRAP); in lv_example_flex_6()
|
D | lv_example_flex_2.c | 11 lv_style_set_flex_flow(&style, LV_FLEX_FLOW_ROW_WRAP); in lv_example_flex_2()
|
D | lv_example_flex_5.c | 22 lv_obj_set_flex_flow(cont, LV_FLEX_FLOW_ROW_WRAP); in lv_example_flex_5()
|
/lvgl-3.7.0/examples/event/ |
D | lv_example_event_3.c | 28 lv_obj_set_flex_flow(cont, LV_FLEX_FLOW_ROW_WRAP); in lv_example_event_3()
|
/lvgl-3.7.0/examples/others/snapshot/ |
D | lv_example_snapshot_1.c | 41 lv_obj_set_flex_flow(container, LV_FLEX_FLOW_ROW_WRAP); in lv_example_snapshot_1()
|
/lvgl-3.7.0/src/extra/layouts/flex/ |
D | lv_flex.h | 49 LV_FLEX_FLOW_ROW_WRAP = LV_FLEX_FLOW_ROW | _LV_FLEX_WRAP, enumerator
|
/lvgl-3.7.0/docs/layouts/ |
D | flex.md | 34 - `LV_FLEX_FLOW_ROW_WRAP` Place the children in a row with wrapping 44 …eir track on the main axis. E.g. flush the items to the right on `LV_FLEX_FLOW_ROW_WRAP`. (It's c…
|
/lvgl-3.7.0/src/extra/widgets/msgbox/ |
D | lv_msgbox.c | 83 lv_obj_set_flex_flow(obj, LV_FLEX_FLOW_ROW_WRAP); in lv_msgbox_create()
|
/lvgl-3.7.0/demos/stress/ |
D | lv_demo_stress.c | 325 lv_obj_set_flex_flow(main_page, LV_FLEX_FLOW_ROW_WRAP); in obj_test_timer_cb()
|
/lvgl-3.7.0/demos/widgets/ |
D | lv_demo_widgets.c | 543 lv_obj_set_flex_flow(parent, LV_FLEX_FLOW_ROW_WRAP); in analytics_create() 796 lv_obj_set_flex_flow(parent, LV_FLEX_FLOW_ROW_WRAP); in shop_create()
|