Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.c245 if(track_cross_place == LV_FLEX_ALIGN_START) track_cross_place = LV_FLEX_ALIGN_END; in flex_update()
246 else if(track_cross_place == LV_FLEX_ALIGN_END) track_cross_place = LV_FLEX_ALIGN_START; in flex_update()
500 case LV_FLEX_ALIGN_END: in children_repos()
562 case LV_FLEX_ALIGN_END: in place_content()
Dlv_flex.h39 LV_FLEX_ALIGN_END, enumerator
/lvgl-3.7.0/docs/layouts/
Dflex.md50 - `LV_FLEX_ALIGN_END` means right on a horizontally and bottom vertically
95 …set the `LV_BASE_DIR_RTL` the meaning of `LV_FLEX_ALIGN_START` and `LV_FLEX_ALIGN_END` is swapped …