Searched refs:totalSeconds (Results 1 – 1 of 1) sorted by relevance
101 int totalSeconds = (int)(seconds - (totalMinuteSeconds + totalHourSeconds)); in onDraw() local103 value = totalHours + ":" + totalMinutes + ":" + totalSeconds; in onDraw()