Searched refs:lv_obj_set_style_flex_main_place (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_margin_flex.c | 79 lv_obj_set_style_flex_main_place(obj0, LV_FLEX_ALIGN_CENTER, LV_PART_MAIN); in test_flex()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_settings.c | 135 lv_obj_set_style_flex_main_place(cont, LV_FLEX_ALIGN_SPACE_BETWEEN, 0); in switch_create() 168 lv_obj_set_style_flex_main_place(cont, LV_FLEX_ALIGN_SPACE_BETWEEN, 0); in dropdown_create()
|
D | lv_demo_ebike_home.c | 71 lv_obj_set_style_flex_main_place(main_cont, LV_FLEX_ALIGN_SPACE_EVENLY, 0); in lv_demo_ebike_home_create() 150 lv_obj_set_style_flex_main_place(main_cont, LV_FLEX_ALIGN_CENTER, 0); in info_box_create() 324 lv_obj_set_style_flex_main_place(center_cont, LV_FLEX_ALIGN_CENTER, 0); in card_labels_create()
|
D | lv_demo_ebike_stats.c | 236 lv_obj_set_style_flex_main_place(cont, LV_FLEX_ALIGN_CENTER, 0); in data_cont_create() 561 lv_obj_set_style_flex_main_place(right_cont, LV_FLEX_ALIGN_SPACE_BETWEEN, 0); in right_cont_create()
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_view_ctrl_pad.c | 178 lv_obj_set_style_flex_main_place(cont_spinbox, LV_FLEX_ALIGN_CENTER, LV_PART_MAIN); in spinbox_ctrl_create()
|
/lvgl-latest/src/layouts/flex/ |
D | lv_flex.c | 110 lv_obj_set_style_flex_main_place(obj, main_place, 0); in lv_obj_set_flex_align()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 806 void lv_obj_set_style_flex_main_place(lv_obj_t * obj, lv_flex_align_t value, lv_style_selector_t se… in lv_obj_set_style_flex_main_place() function
|
D | lv_obj_style_gen.h | 866 void lv_obj_set_style_flex_main_place(lv_obj_t * obj, lv_flex_align_t value, lv_style_selector_t se…
|