Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGameOverActivity.java98 int totalMinutes = (int)(minutes - totalHourMinutes); in onDraw() local
99 float totalMinuteSeconds = totalMinutes * 60.0f; in onDraw()
103 value = totalHours + ":" + totalMinutes + ":" + totalSeconds; in onDraw()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs820 int totalMinutes = hours * 60 + minutes; in MergeTimestamp()
821 if (totalMinutes > 18 * 60) in MergeTimestamp()
825 if (totalMinutes == 0 && sign == 1) in MergeTimestamp()
831 secondsToAdd = sign * totalMinutes * 60; in MergeTimestamp()