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.cpp17 #define LOG_TAG "BootAnimation"
52 #include "BootAnimation.h"
62 BootAnimation::BootAnimation() : Thread(false) function in class:android::BootAnimation
67 BootAnimation::~BootAnimation() {
70 void BootAnimation::onFirstRef() {
74 run("BootAnimation", PRIORITY_DISPLAY);
78 sp<SurfaceComposerClient> BootAnimation::session() const {
83 void BootAnimation
[all...]

Completed in 271 milliseconds