Home
last modified time | relevance | path

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

/system/core/healthd/
Danimation.h51 std::string animation_file; member
DAnimationParser.cpp105 anim->animation_file.assign(&rest[start], end - start); in parse_animation_desc()
128 if (anim->animation_file.empty() || frames.empty()) { in parse_animation_desc()
Dhealthd_mode_charger.cpp802 battery_animation.animation_file.assign("charger/battery_scale"); in init_animation()
813 battery_animation.animation_file.c_str(), battery_animation.num_frames); in init_animation()
868 ret = res_create_multi_display_surface(anim->animation_file.c_str(), in healthd_mode_charger_init()
/system/core/healthd/tests/
DAnimationParser_test.cpp165 EXPECT_STREQ("test/animation_file", anim.animation_file.c_str()); in TEST()