Searched refs:clockPosY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h72 int clockPosY; // The y position of the clock, in pixels, from the bottom of the member in struct:android::BootAnimation::Animation::Part
H A DBootAnimation.cpp539 int clockPosY = -1; local
550 &pathType, &count, &pause, path, color, &clockPosY) >= 4) {
551 // ALOGD("> type=%c, count=%d, pause=%d, path=%s, color=%s, clockPosY=%d", pathType, count, pause, path, color, clockPosY);
557 part.clockPosY = clockPosY;
748 if (mClockEnabled && part.clockPosY >= 0) {
749 drawTime(mClock, part.clockPosY);

Completed in 854 milliseconds