Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_tree.c38 static lv_obj_t * lv_obj_get_first_not_deleting_child(lv_obj_t * obj);
98 lv_obj_t * child = lv_obj_get_first_not_deleting_child(obj); in lv_obj_clean()
101 child = lv_obj_get_first_not_deleting_child(obj); in lv_obj_clean()
647 static lv_obj_t * lv_obj_get_first_not_deleting_child(lv_obj_t * obj) in lv_obj_get_first_not_deleting_child() function