Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_flex_cross_place (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_margin_flex.c82 lv_obj_set_style_flex_cross_place(obj0, LV_FLEX_ALIGN_CENTER, LV_PART_MAIN); in test_flex()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c136 lv_obj_set_style_flex_cross_place(cont, LV_FLEX_ALIGN_CENTER, 0); in switch_create()
169 lv_obj_set_style_flex_cross_place(cont, LV_FLEX_ALIGN_CENTER, 0); in dropdown_create()
Dlv_demo_ebike_home.c77 lv_obj_set_style_flex_cross_place(main_cont, LV_FLEX_ALIGN_CENTER, 0); in lv_demo_ebike_home_create()
151 lv_obj_set_style_flex_cross_place(main_cont, LV_FLEX_ALIGN_CENTER, 0); in info_box_create()
325 lv_obj_set_style_flex_cross_place(center_cont, LV_FLEX_ALIGN_START, 0); in card_labels_create()
Dlv_demo_ebike_stats.c237 lv_obj_set_style_flex_cross_place(cont, LV_FLEX_ALIGN_CENTER, 0); in data_cont_create()
/lvgl-latest/src/layouts/flex/
Dlv_flex.c111 lv_obj_set_style_flex_cross_place(obj, cross_place, 0); in lv_obj_set_flex_align()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c814 void lv_obj_set_style_flex_cross_place(lv_obj_t * obj, lv_flex_align_t value, lv_style_selector_t s… in lv_obj_set_style_flex_cross_place() function
Dlv_obj_style_gen.h867 void lv_obj_set_style_flex_cross_place(lv_obj_t * obj, lv_flex_align_t value, lv_style_selector_t s…