Searched refs:track_cross_place (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.6.0/src/extra/layouts/flex/ |
D | lv_flex.c | 236 lv_flex_align_t track_cross_place = f.track_place; in flex_update() local 245 track_cross_place = LV_FLEX_ALIGN_START; in flex_update() 249 if(track_cross_place == LV_FLEX_ALIGN_START) track_cross_place = LV_FLEX_ALIGN_END; in flex_update() 250 else if(track_cross_place == LV_FLEX_ALIGN_END) track_cross_place = LV_FLEX_ALIGN_START; in flex_update() 259 if(track_cross_place != LV_FLEX_ALIGN_START) { in flex_update() 275 …place_content(track_cross_place, max_cross_size, total_track_cross_size, track_cnt, cross_pos, &ga… in flex_update()
|
D | lv_flex.h | 92 lv_flex_align_t track_cross_place);
|
/lvgl-3.6.0/docs/layouts/ |
D | flex.md | 42 …ement of the children use `lv_obj_set_flex_align(obj, main_place, cross_place, track_cross_place)` 46 - `track_cross_place` determines how to distribute the tracks (It's called `align-content` in CSS) 52 …between any two items (and the space to the edges) is equal. Does not apply to `track_cross_place`. 55 …t item because that next item has its own spacing that applies. Not applies to `track_cross_place`. 56 …ck: first item is on the start line, last item on the end line. Not applies to `track_cross_place`.
|
D | grid.md | 60 …ng between any two items (and the space to the edges) is equal. Not applies to `track_cross_place`. 63 …t item because that next item has its own spacing that applies. Not applies to `track_cross_place`. 64 …ck: first item is on the start line, last item on the end line. Not applies to `track_cross_place`.
|