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"
50 #include "BootAnimation.h"
56 BootAnimation::BootAnimation() : Thread(false) function in class:android::BootAnimation
61 BootAnimation::~BootAnimation() {
64 void BootAnimation::onFirstRef() {
68 run("BootAnimation", PRIORITY_DISPLAY);
72 sp<SurfaceComposerClient> BootAnimation::session() const {
77 void BootAnimation
[all...]

Completed in 145 milliseconds