Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp456 static constexpr int TIME_WIDTH = (DIGIT_WIDTH * 4) + COLON_WIDTH; in drawTime() local
480 int xPos = (mWidth - TIME_WIDTH) / 2; in drawTime()