Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp539 int clockPosY = -1; in parseAnimationDesc() local
550 &pathType, &count, &pause, path, color, &clockPosY) >= 4) { in parseAnimationDesc()
557 part.clockPosY = clockPosY; in parseAnimationDesc()
748 if (mClockEnabled && part.clockPosY >= 0) { in playAnimation()
749 drawTime(mClock, part.clockPosY); in playAnimation()
DBootAnimation.h72 int clockPosY; // The y position of the clock, in pixels, from the bottom of the member