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

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h39 class BootAnimation : public Thread, public IBinder::DeathRecipient class in namespace:android
42 BootAnimation();
43 virtual ~BootAnimation();
H A DBootAnimation.cpp17 #define LOG_TAG "BootAnimation"
53 #include "BootAnimation.h"
68 BootAnimation::BootAnimation() : Thread(false) function in class:android::BootAnimation
73 BootAnimation::~BootAnimation() {
76 void BootAnimation::onFirstRef() {
80 run("BootAnimation", PRIORITY_DISPLAY);
84 sp<SurfaceComposerClient> BootAnimation::session() const {
89 void BootAnimation
[all...]

Completed in 49 milliseconds