Home
last modified time | relevance | path

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

/system/core/healthd/
Danimation.h81 int first_frame_repeats; // Number of times to repeat the first frame in the current cycle member
DAnimationParser.cpp99 if (sscanf(rest, "%d %d %n%*s%n", &anim->num_cycles, &anim->first_frame_repeats, in parse_animation_desc()
Dhealthd_mode_charger.cpp147 .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()
/system/core/healthd/tests/
DAnimationParser_test.cpp164 EXPECT_EQ(1, anim.first_frame_repeats); in TEST()