Searched refs:totalHours (Results 1 – 1 of 1) sorted by relevance
96 int totalHours = (int)Math.floor(hours); in onDraw() local97 float totalHourMinutes = totalHours * 60.0f; in onDraw()103 value = totalHours + ":" + totalMinutes + ":" + totalSeconds; in onDraw()