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

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h40 class BootAnimation : public Thread, public IBinder::DeathRecipient class in namespace:android
43 BootAnimation();
44 virtual ~BootAnimation();
H A DBootAnimation.cpp18 #define LOG_TAG "BootAnimation"
52 #include "BootAnimation.h"
70 BootAnimation::BootAnimation() : Thread(false), mZip(NULL) function in class:android::BootAnimation
75 BootAnimation::~BootAnimation() {
81 void BootAnimation::onFirstRef() {
85 run("BootAnimation", PRIORITY_DISPLAY);
89 sp<SurfaceComposerClient> BootAnimation::session() const {
94 void BootAnimation
[all...]

Completed in 1857 milliseconds