Searched refs:first_frame_repeats (Results 1 – 4 of 4) sorted by relevance
81 int first_frame_repeats; // Number of times to repeat the first frame in the current cycle member
99 if (sscanf(rest, "%d %d %n%*s%n", &anim->num_cycles, &anim->first_frame_repeats, in parse_animation_desc()
147 .first_frame_repeats = 2,366 batt_anim->first_frame_repeats; in update_screen_state()653 battery_animation.first_frame_repeats, battery_animation.animation_file.c_str(), in init_animation()
164 EXPECT_EQ(1, anim.first_frame_repeats); in TEST()