Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1122 char percentBuff[PERCENT_LENGTH]; in drawProgress() local
1125 sprintf(percentBuff, "%d;", percent); in drawProgress()
1128 drawText(percentBuff, font, false, &x, &y); in drawProgress()