Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGameOverActivity.java99 float totalMinuteSeconds = totalMinutes * 60.0f; in onDraw() local
101 int totalSeconds = (int)(seconds - (totalMinuteSeconds + totalHourSeconds)); in onDraw()