Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_group.c49 lv_obj_t * obj_1 = lv_obj_create(NULL); in test_group_obj_by_index() local
51 lv_group_add_obj(group, obj_1); in test_group_obj_by_index()
54 TEST_ASSERT_EQUAL_PTR(lv_group_get_obj_by_index(group, 1), obj_1); in test_group_obj_by_index()
57 TEST_ASSERT_EQUAL_PTR(lv_group_get_obj_by_index(group, 0), obj_1); in test_group_obj_by_index()