Searched refs:first_frame_repeats (Results 1 – 7 of 7) sorted by relevance
/system/core/healthd/testdata/product/product/etc/res/values/charger/ |
D | animation.txt | 3 # animation: num_cycles, first_frame_repeats, animation_file
|
/system/core/healthd/testdata/legacy/res/values/charger/ |
D | animation.txt | 3 # animation: num_cycles, first_frame_repeats, animation_file
|
/system/core/healthd/testdata/legacy_text_system_images/res/values/charger/ |
D | animation.txt | 3 # animation: num_cycles, first_frame_repeats, animation_file
|
/system/core/healthd/ |
D | animation.h | 73 int first_frame_repeats; // Number of times to repeat the first frame in the current cycle member
|
D | AnimationParser.cpp | 98 if (sscanf(rest, "%d %d %n%*s%n", &anim->num_cycles, &anim->first_frame_repeats, in parse_animation_desc()
|
D | healthd_mode_charger.cpp | 152 .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()
|
D | AnimationParser_test.cpp | 164 EXPECT_EQ(1, anim.first_frame_repeats); in TEST()
|