Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_flex_main_place (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_margin_flex.c79 lv_obj_set_style_flex_main_place(obj0, LV_FLEX_ALIGN_CENTER, LV_PART_MAIN); in test_flex()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c135 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()
Dlv_demo_ebike_home.c71 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()
Dlv_demo_ebike_stats.c236 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/
Dlv_demo_flex_layout_view_ctrl_pad.c178 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/
Dlv_flex.c110 lv_obj_set_style_flex_main_place(obj, main_place, 0); in lv_obj_set_flex_align()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c806 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
Dlv_obj_style_gen.h866 void lv_obj_set_style_flex_main_place(lv_obj_t * obj, lv_flex_align_t value, lv_style_selector_t se…