Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h152 void drawClock(const Font& font, const int xPos, const int yPos);
DBootAnimation.cpp641 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { in drawClock() function in android::BootAnimation
991 drawClock(animation.clockFont, part.clockPosX, part.clockPosY); in playAnimation()