Home | History | Annotate | Download | only in bootanimation

Lines Matching defs:Animation

43 typedef android::BootAnimation::Animation Animation;
101 void init(const Vector<Animation::Part>& parts) override {
102 const Animation::Part* partWithAudio = nullptr;
103 for (const Animation::Part& part : parts) {
119 void playPart(int partNumber, const Animation::Part& part, int playNumber) override {
150 ALOGI_IF(noBootAnimation, "boot animation disabled");
158 // create the boot animation object
160 ALOGV("Boot animation set up. Joining pool.");
164 ALOGV("Boot animation exit");