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.cpp98 if (sscanf(rest, "%d %d %n%*s%n", &anim->num_cycles, &anim->first_frame_repeats, in parse_animation_desc()
Dhealthd_mode_charger.cpp143 .first_frame_repeats = 2,
363 batt_anim_.first_frame_repeats; in UpdateScreenState()
646 LOGV(" animation: %d %d '%s' (%d)\n", batt_anim_.num_cycles, batt_anim_.first_frame_repeats, in InitAnimation()
/system/core/healthd/tests/
DAnimationParser_test.cpp164 EXPECT_EQ(1, anim.first_frame_repeats); in TEST()