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

  /frameworks/base/cmds/bootanimation/
Android.mk 6 BootAnimation.cpp
24 LOCAL_MODULE:= bootanimation
bootanimation_main.cpp 17 #define LOG_TAG "BootAnimation"
33 #include "BootAnimation.h"
55 sp<BootAnimation> boot = new BootAnimation();
BootAnimation.h 39 class BootAnimation : public Thread, public IBinder::DeathRecipient
42 BootAnimation();
43 virtual ~BootAnimation();
BootAnimation.cpp 17 #define LOG_TAG "BootAnimation"
53 #include "BootAnimation.h"
55 #define USER_BOOTANIMATION_FILE "/data/local/bootanimation.zip"
56 #define SYSTEM_BOOTANIMATION_FILE "/system/media/bootanimation.zip"
57 #define SYSTEM_ENCRYPTED_BOOTANIMATION_FILE "/system/media/bootanimation-encrypted.zip"
68 BootAnimation::BootAnimation() : Thread(false)
73 BootAnimation::~BootAnimation() {
76 void BootAnimation::onFirstRef()
    [all...]

Completed in 177 milliseconds