Searched refs:animation_file (Results 1 – 4 of 4) sorted by relevance
56 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
105 anim->animation_file.assign(&rest[start], end - start); in parse_animation_desc()128 if (anim->animation_file.empty() || frames.empty()) { in parse_animation_desc()
643 battery_animation.animation_file.assign("charger/battery_scale"); in init_animation()653 battery_animation.first_frame_repeats, battery_animation.animation_file.c_str(), in init_animation()707 ret = res_create_multi_display_surface(anim->animation_file.c_str(), &scale_count, &scale_fps, in healthd_mode_charger_init()
165 EXPECT_STREQ("test/animation_file", anim.animation_file.c_str()); in TEST()