Searched defs:battery_animation (Results 1 - 1 of 1) sorted by relevance

/system/core/healthd/
H A Dhealthd_mode_charger.cpp182 static animation battery_animation = BASE_ANIMATION; variable
577 parse_success = parse_animation_desc(content, &battery_animation);
585 battery_animation = BASE_ANIMATION;
586 battery_animation.animation_file.assign("charger/battery_scale");
587 battery_animation.frames = default_animation_frames;
588 battery_animation.num_frames = ARRAY_SIZE(default_animation_frames);
590 if (battery_animation.fail_file.empty()) {
591 battery_animation.fail_file.assign("charger/battery_fail");
595 LOGV(" animation: %d %d '%s' (%d)\n", battery_animation.num_cycles,
596 battery_animation
[all...]

Completed in 69 milliseconds