Searched refs:LV_FLEX_ALIGN_SPACE_AROUND (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_view.c | 48 LV_FLEX_ALIGN_SPACE_AROUND, in view_create() 50 LV_FLEX_ALIGN_SPACE_AROUND in view_create() 96 LV_FLEX_ALIGN_SPACE_AROUND, in view_create()
|
D | lv_demo_flex_layout_flex_loader.c | 81 LV_FLEX_ALIGN_SPACE_AROUND,
|
/lvgl-latest/tests/src/test_cases/ |
D | test_align_flex.c | 64 create_row(LV_FLEX_ALIGN_SPACE_AROUND, 1); in test_align() 68 create_row(LV_FLEX_ALIGN_SPACE_AROUND, 2); in test_align()
|
/lvgl-latest/src/layouts/flex/ |
D | lv_flex.h | 40 LV_FLEX_ALIGN_SPACE_AROUND, enumerator
|
D | lv_flex.c | 490 case LV_FLEX_ALIGN_SPACE_AROUND: in place_content() 511 case LV_FLEX_ALIGN_SPACE_AROUND: in place_content()
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_lodepng.c | 38 …lv_obj_set_flex_align(screen, LV_FLEX_ALIGN_SPACE_AROUND, LV_FLEX_ALIGN_CENTER, LV_FLEX_ALIGN_CENT… in create_images()
|
D | test_libpng.c | 38 …lv_obj_set_flex_align(screen, LV_FLEX_ALIGN_SPACE_AROUND, LV_FLEX_ALIGN_CENTER, LV_FLEX_ALIGN_CENT… in create_images()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_base_types.c | 154 if(lv_streq("space_around", txt)) return LV_FLEX_ALIGN_SPACE_AROUND; in lv_xml_flex_align_to_enum()
|
/lvgl-latest/examples/anim/ |
D | lv_example_anim_timeline_1.c | 56 …lv_obj_set_flex_align(par, LV_FLEX_ALIGN_SPACE_AROUND, LV_FLEX_ALIGN_CENTER, LV_FLEX_ALIGN_CENTER); in lv_example_anim_timeline_1()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_weather.c | 135 …lv_obj_set_flex_align(panel, LV_FLEX_ALIGN_SPACE_AROUND, LV_FLEX_ALIGN_CENTER, LV_FLEX_ALIGN_CENTE… in lv_demo_smartwatch_weather_add_daily()
|
/lvgl-latest/docs/details/base-widget/layouts/ |
D | flex.rst | 107 - :cpp:enumerator:`LV_FLEX_ALIGN_SPACE_AROUND`: items are evenly
|