Searched refs:animation_file (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 | 62 std::string animation_file; member
|
D | AnimationParser.cpp | 104 anim->animation_file.assign(&rest[start], end - start); in parse_animation_desc() 127 if (anim->animation_file.empty() || frames.empty()) { in parse_animation_desc()
|
D | healthd_mode_charger.cpp | 651 batt_anim_.animation_file.assign(system_animation_root + "charger/battery_scale.png"s); in InitAnimation() 662 batt_anim_.animation_file.c_str(), batt_anim_.num_frames); in InitAnimation() 711 ret = CreateMultiDisplaySurface(batt_anim_.animation_file, &scale_count, &scale_fps, in Init() 772 set_resource_root_for(root, backup_root, &animation_file); in set_resource_root()
|
D | AnimationParser_test.cpp | 165 EXPECT_STREQ("test/animation_file", anim.animation_file.c_str()); in TEST()
|