HomeSort by relevance Sort by last modified time
    Searched defs:BootAnimation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/bootanimation/
BootAnimation.h 40 class BootAnimation : public Thread, public IBinder::DeathRecipient
43 BootAnimation();
44 virtual ~BootAnimation();
BootAnimation.cpp 17 #define LOG_TAG "BootAnimation"
50 #include "BootAnimation.h"
56 BootAnimation::BootAnimation() : Thread(false)
61 BootAnimation::~BootAnimation() {
64 void BootAnimation::onFirstRef() {
68 run("BootAnimation", PRIORITY_DISPLAY);
72 sp<SurfaceComposerClient> BootAnimation::session() const {
77 void BootAnimation::binderDied(const wp<IBinder>& who
    [all...]

Completed in 29 milliseconds