Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/widgets/span/
Dlv_span.c235 int32_t cur_idx = 0; in lv_spangroup_get_child() local
240 cur_idx = -1; in lv_spangroup_get_child()
245 if(cur_idx == id) { in lv_spangroup_get_child()
250 cur_idx++; in lv_spangroup_get_child()
254 cur_idx--; in lv_spangroup_get_child()