Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h188 void drawProgress(int percent, const Font& font, const int xPos, const int yPos);
DBootAnimation.cpp1158 void BootAnimation::drawProgress(int percent, const Font& font, const int xPos, const int yPos) { in drawProgress() function in android::BootAnimation
1708 drawProgress(lastDisplayedProgress, animation.progressFont, posX, posY); in playAnimation()