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
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()
636 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()
165 EXPECT_STREQ("test/animation_file", anim.animation_file.c_str()); in TEST()