Home
last modified time | relevance | path

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

/system/core/healthd/testdata/product/product/etc/res/values/charger/
Danimation.txt3 # animation: num_cycles, first_frame_repeats, animation_file
/system/core/healthd/testdata/legacy/res/values/charger/
Danimation.txt3 # animation: num_cycles, first_frame_repeats, animation_file
/system/core/healthd/testdata/legacy_text_system_images/res/values/charger/
Danimation.txt3 # animation: num_cycles, first_frame_repeats, animation_file
/system/core/healthd/
Danimation.h73 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.cpp152 .first_frame_repeats = 2,
372 batt_anim_.first_frame_repeats; in UpdateScreenState()
661 LOGV(" animation: %d %d '%s' (%d)\n", batt_anim_.num_cycles, batt_anim_.first_frame_repeats, in InitAnimation()
DAnimationParser_test.cpp164 EXPECT_EQ(1, anim.first_frame_repeats); in TEST()