Searched refs:lv_obj_get_child_by_id (Results 1 – 4 of 4) sorted by relevance
40 TEST_ASSERT_EQUAL_PTR(child, lv_obj_get_child_by_id(NULL, (void *)(lv_uintptr_t)1)); in test_obj_id_get_child()41 TEST_ASSERT_EQUAL_PTR(grandchild, lv_obj_get_child_by_id(NULL, (void *)(lv_uintptr_t)2)); in test_obj_id_get_child()
27 - :cpp:expr:`lv_obj_get_child_by_id(widget, id)`;193 :cpp:expr:`lv_obj_get_child_by_id(widget, id)` will perform a recursive walk through
410 lv_obj_t * lv_obj_get_child_by_id(const lv_obj_t * obj, const void * id);
439 lv_obj_t * lv_obj_get_child_by_id(const lv_obj_t * obj, const void * id) in lv_obj_get_child_by_id() function454 lv_obj_t * found = lv_obj_get_child_by_id(child, id); in lv_obj_get_child_by_id()