Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h187 void drawClock(const Font& font, const int xPos, const int yPos);
H A DBootAnimation.cpp1094 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { in drawClock() function in android::BootAnimation
1640 drawClock(animation.clockFont, part.clockPosX, part.clockPosY); in playAnimation()