Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGameOverActivity.java96 int totalHours = (int)Math.floor(hours); in onDraw() local
97 float totalHourMinutes = totalHours * 60.0f; in onDraw()
103 value = totalHours + ":" + totalMinutes + ":" + totalSeconds; in onDraw()