Home
last modified time | relevance | path

Searched refs:animation_file (Results 1 – 4 of 4) sorted by relevance

/system/core/healthd/
Danimation.h56 if (!animation_file.empty()) { in set_resource_root()
57 animation_file = root + animation_file + ".png"; in set_resource_root()
70 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.cpp636 batt_anim_.animation_file.assign("charger/battery_scale"); in InitAnimation()
647 batt_anim_.animation_file.c_str(), batt_anim_.num_frames); in InitAnimation()
695 ret = res_create_multi_display_surface(batt_anim_.animation_file.c_str(), &scale_count, in Init()
/system/core/healthd/tests/
DAnimationParser_test.cpp165 EXPECT_STREQ("test/animation_file", anim.animation_file.c_str()); in TEST()