Searched refs:TIME_WIDTH (Results 1 – 1 of 1) sorted by relevance
456 static constexpr int TIME_WIDTH = (DIGIT_WIDTH * 4) + COLON_WIDTH; in drawTime() local480 int xPos = (mWidth - TIME_WIDTH) / 2; in drawTime()