Searched refs:LV_FLEX_ALIGN_END (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/src/layouts/flex/ |
D | lv_flex.h | 37 LV_FLEX_ALIGN_END, enumerator
|
D | lv_flex.c | 164 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/ |
D | lv_demo_flex_layout_flex_loader.c | 78 LV_FLEX_ALIGN_END,
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_ev_charging.c | 147 … = 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()
|
D | lv_demo_high_res_app_smart_meter.c | 126 … = 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()
|
D | lv_demo_high_res_app_smart_home.c | 116 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()
|
D | lv_demo_high_res_app_thermostat.c | 113 … = 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()
|
D | lv_demo_high_res_home.c | 107 …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/ |
D | lv_xml_base_types.c | 152 if(lv_streq("end", txt)) return LV_FLEX_ALIGN_END; in lv_xml_flex_align_to_enum()
|
/lvgl-latest/docs/details/base-widget/layouts/ |
D | flex.rst | 102 - :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/ |
D | CODING_STYLE.rst | 168 * - `LV_FLEX_ALIGN_END`
|