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"
57 #include "BootAnimation.h"
71 BootAnimation::BootAnimation() : Thread(false), mClockEnabled(true) { function in class:android::BootAnimation
75 BootAnimation::~BootAnimation() {
78 void BootAnimation::onFirstRef() {
82 run("BootAnimation", PRIORITY_DISPLAY);
86 sp<SurfaceComposerClient> BootAnimation::session() const {
91 void BootAnimation
[all...]

Completed in 3346 milliseconds