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

/system/core/charger/
H A Dcharger.c680 static void kick_animation(struct animation *anim) argument
682 anim->run = true;
685 static void reset_animation(struct animation *anim) argument
687 anim->cur_cycle = 0;
688 anim->cur_frame = 0;
689 anim->run = false;
745 /* if we don't have anim frames, we only have one image, so just bump

Completed in 41 milliseconds