Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp651 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24; in drawClock() local
652 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo); in drawClock()