Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1138 time_t rawtime; in drawClock() local
1139 time(&rawtime); in drawClock()
1140 struct tm* timeInfo = localtime(&rawtime); in drawClock()