Searched refs:totalHourSeconds (Results 1 – 1 of 1) sorted by relevance
100 float totalHourSeconds = totalHourMinutes * 60.0f; in onDraw() local101 int totalSeconds = (int)(seconds - (totalMinuteSeconds + totalHourSeconds)); in onDraw()