Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h74 int clockPosX; // The x position of the clock, in pixels. Positive values offset from member
DBootAnimation.cpp503 return part.clockPosX != TEXT_MISSING_VALUE && part.clockPosY != TEXT_MISSING_VALUE; in validClock()
739 parsePosition(clockPos1, clockPos2, &part.clockPosX, &part.clockPosY); in parseAnimationDesc()
1016 drawClock(animation.clockFont, part.clockPosX, part.clockPosY); in playAnimation()