Home
last modified time | relevance | path

Searched refs:LV_FLEX_ALIGN_END (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/src/layouts/flex/
Dlv_flex.h37 LV_FLEX_ALIGN_END, enumerator
Dlv_flex.c164 if(track_cross_place == LV_FLEX_ALIGN_START) track_cross_place = LV_FLEX_ALIGN_END; in flex_update()
165 else if(track_cross_place == LV_FLEX_ALIGN_END) track_cross_place = LV_FLEX_ALIGN_START; in flex_update()
439 case LV_FLEX_ALIGN_END: in children_repos()
504 case LV_FLEX_ALIGN_END: in place_content()
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_flex_loader.c78 LV_FLEX_ALIGN_END,
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_ev_charging.c147 … = lv_demo_high_res_simple_container_create(bg_cont, false, widget_gap_padding, LV_FLEX_ALIGN_END); in lv_demo_high_res_app_ev_charging()
406 …_obj_set_flex_align(totals_box, LV_FLEX_ALIGN_SPACE_BETWEEN, LV_FLEX_ALIGN_END, LV_FLEX_ALIGN_END); in create_widget2()
416 LV_FLEX_ALIGN_END); in create_widget2()
469 …sub_box2 = lv_demo_high_res_simple_container_create(info, false, c->sz->gap[1], LV_FLEX_ALIGN_END); in create_widget3_info()
Dlv_demo_high_res_app_smart_meter.c126 … = lv_demo_high_res_simple_container_create(bg_cont, false, widget_gap_padding, LV_FLEX_ALIGN_END); in lv_demo_high_res_app_smart_meter()
183 LV_FLEX_ALIGN_END); in create_widget1_part()
206 LV_FLEX_ALIGN_END); in create_widget1_part()
422 …box = lv_demo_high_res_simple_container_create(usage_box, false, c->sz->gap[1], LV_FLEX_ALIGN_END); in create_widget2()
595 …* kwh_box = lv_demo_high_res_simple_container_create(obj, false, c->sz->gap[1], LV_FLEX_ALIGN_END); in create_widget3_stat()
Dlv_demo_high_res_app_smart_home.c116 lv_obj_set_flex_align(widgets, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_END, LV_FLEX_ALIGN_END); in lv_demo_high_res_app_smart_home()
249 LV_FLEX_ALIGN_END); in create_widget_charging()
Dlv_demo_high_res_app_thermostat.c113 … = lv_demo_high_res_simple_container_create(bg_cont, false, widget_gap_padding, LV_FLEX_ALIGN_END); in lv_demo_high_res_app_thermostat()
217 … = lv_demo_high_res_simple_container_create(consumed_box, false, c->sz->gap[1], LV_FLEX_ALIGN_END); in create_widget1()
Dlv_demo_high_res_home.c107 …bj_t * weather = lv_demo_high_res_simple_container_create(info_area, false, 50, LV_FLEX_ALIGN_END); in lv_demo_high_res_home()
/lvgl-latest/src/others/xml/
Dlv_xml_base_types.c152 if(lv_streq("end", txt)) return LV_FLEX_ALIGN_END; in lv_xml_flex_align_to_enum()
/lvgl-latest/docs/details/base-widget/layouts/
Dflex.rst102 - :cpp:enumerator:`LV_FLEX_ALIGN_END`: means right when direction is horizontal, bottom when vertic…
188 :cpp:enumerator:`LV_FLEX_ALIGN_END` is swapped on ``ROW`` layouts. I.e.
/lvgl-latest/docs/
DCODING_STYLE.rst168 * - `LV_FLEX_ALIGN_END`