Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/layouts/flex/
Dlv_flex.c59 static void children_repos(lv_obj_t * cont, flex_t * f, int32_t item_first_id, int32_t item_last_id
406 static void children_repos(lv_obj_t * cont, flex_t * f, int32_t item_first_id, int32_t item_last_id in children_repos() argument
459 while(item && item_first_id != item_last_id) { in children_repos()