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 39 class BootAnimation : public Thread, public IBinder::DeathRecipient
42 BootAnimation();
43 virtual ~BootAnimation();
57 TimeCheckThread(BootAnimation* bootAnimation);
68 BootAnimation* mBootAnimation;
BootAnimation.cpp 18 #define LOG_TAG "BootAnimation"
60 #include "BootAnimation.h"
65 static const char OEM_BOOTANIMATION_FILE[] = "/oem/media/bootanimation.zip";
66 static const char SYSTEM_BOOTANIMATION_FILE[] = "/system/media/bootanimation.zip";
67 static const char SYSTEM_ENCRYPTED_BOOTANIMATION_FILE[] = "/system/media/bootanimation-encrypted.zip";
91 BootAnimation::BootAnimation() : Thread(false), mClockEnabled(true), mTimeIsAccurate(false),
99 BootAnimation::~BootAnimation() {}
101 void BootAnimation::onFirstRef()
    [all...]

Completed in 3362 milliseconds