Home
last modified time | relevance | path

Searched refs:animation_file (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.h62 std::string animation_file; member
DAnimationParser.cpp104 anim->animation_file.assign(&rest[start], end - start); in parse_animation_desc()
127 if (anim->animation_file.empty() || frames.empty()) { in parse_animation_desc()
Dhealthd_mode_charger.cpp651 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()
DAnimationParser_test.cpp165 EXPECT_STREQ("test/animation_file", anim.animation_file.c_str()); in TEST()