Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp455 static constexpr int COLON_WIDTH = DIGIT_WIDTH / 2; in drawTime() local
456 static constexpr int TIME_WIDTH = (DIGIT_WIDTH * 4) + COLON_WIDTH; in drawTime()
458 if (clockTex.h < DIGIT_HEIGHT || clockTex.w < (10 * DIGIT_WIDTH + COLON_WIDTH)) { in drawTime()
491 width = COLON_WIDTH; in drawTime()