Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1162 char percentBuff[PERCENT_LENGTH]; in drawProgress() local
1165 sprintf(percentBuff, "%d;", percent); in drawProgress()
1168 drawText(percentBuff, font, false, &x, &y); in drawProgress()