Searched refs:lv_animimg_get_repeat_count (Results 1 – 3 of 3) sorted by relevance
89 uint32_t actual_count = lv_animimg_get_repeat_count(animimg); in test_animimg_set_repeat_count_infinite()131 TEST_ASSERT_EQUAL_INT(LV_ANIM_REPEAT_INFINITE, lv_animimg_get_repeat_count(obj)); in test_animimg_property()
124 uint32_t lv_animimg_get_repeat_count(lv_obj_t * img);
62 .getter = lv_animimg_get_repeat_count,166 uint32_t lv_animimg_get_repeat_count(lv_obj_t * obj) in lv_animimg_get_repeat_count() function