Searched refs:next_track_first_item (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/extra/layouts/flex/ |
D | lv_flex.c | 253 int32_t next_track_first_item; in flex_update() local 261 … next_track_first_item = find_track_end(cont, &f, track_first_item, max_main_size, item_gap, &t); in flex_update() 264 track_first_item = next_track_first_item; in flex_update() 284 … next_track_first_item = find_track_end(cont, &f, track_first_item, max_main_size, item_gap, &t); in flex_update() 289 …children_repos(cont, &f, track_first_item, next_track_first_item, abs_x, abs_y, max_main_size, ite… in flex_update() 290 track_first_item = next_track_first_item; in flex_update()
|