|
LunaSysMgr
|
#include "Common.h"#include "BootupAnimation.h"#include <time.h>#include <errno.h>#include <QPainter>#include <PGFallbackFonts.h>#include <PGContext.h>#include <PGSurface.h>#include <PGFont.h>#include <sys/wait.h>#include "HostBase.h"#include "Localization.h"#include "Logging.h"#include "Settings.h"Variables | |
| const qreal | kLowOpacity = -0.5 |
| const qreal | kHighOpacity = 1.0 |
| const int | kFirstGlowAnimDuration = 4000 |
| const int | kGlowAnimDuration = 2080 |
| const int | kFadeAnimDuration = 700 |
| const int kFadeAnimDuration = 700 |
| const int kFirstGlowAnimDuration = 4000 |
| const int kGlowAnimDuration = 2080 |
| const qreal kHighOpacity = 1.0 |
| const qreal kLowOpacity = -0.5 |