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

/system/core/healthd/
H A Dhealthd_mode_charger.cpp333 static void kick_animation(struct animation *anim) argument
335 anim->run = true;
338 static void reset_animation(struct animation *anim) argument
340 anim->cur_cycle = 0;
341 anim->cur_frame = 0;
342 anim->run = false;
416 /* if we don't have anim frames, we only have one image, so just bump

Completed in 19 milliseconds