Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_ll.h109 void * lv_ll_get_tail(const lv_ll_t * ll_p);
154 #define LV_LL_READ_BACK(list, i) for(i = lv_ll_get_tail(&list); i != NULL; i = lv_ll_get_prev(&list…
A Dlv_ll.c173 } else if(lv_ll_get_tail(ll_p) == node_p) { in lv_ll_rem()
274 void * lv_ll_get_tail(const lv_ll_t * ll_p) in lv_ll_get_tail() function
360 n_before = lv_ll_get_tail(ll_p); /*if `n_after` is NULL `n_act` should be the new tail*/ in lv_ll_move_before()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_group.c165 … if(lv_ll_get_head(&g->obj_ll) == g->obj_focus && lv_ll_get_tail(&g->obj_ll) == g->obj_focus) { in lv_group_remove_obj()
275 focus_next_core(group, lv_ll_get_tail, lv_ll_get_prev); in lv_group_focus_prev()
A Dlv_obj.c595 if(lv_ll_get_tail(&parent->child_ll) == obj) return; in lv_obj_move_background()
1565 result = lv_ll_get_tail(&obj->child_ll); in lv_obj_get_child_back()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cont.c449 child_rs = lv_ll_get_tail(&cont->child_ll); /*Set the row starter child*/ in lv_cont_layout_pretty()

Completed in 9 milliseconds