Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_animimg.c69 uint8_t actual_count = lv_animimg_get_src_count(animimg); in test_animimg_get_src_count() local
71 TEST_ASSERT_EQUAL_UINT8(actual_count, expected_count); in test_animimg_get_src_count()
89 uint32_t actual_count = lv_animimg_get_repeat_count(animimg); in test_animimg_set_repeat_count_infinite() local
91 TEST_ASSERT_EQUAL_UINT32(actual_count, LV_ANIM_REPEAT_INFINITE); in test_animimg_set_repeat_count_infinite()