Searched defs:totalSeconds (Results 1 – 4 of 4) sorted by relevance
145 private final int totalSeconds; field in ZoneOffset298 int totalSeconds = totalSeconds(hours, minutes, seconds); in ofHoursMinutesSeconds() local374 private static int totalSeconds(int hours, int minutes, int seconds) { in totalSeconds() method in ZoneOffset388 public static ZoneOffset ofTotalSeconds(int totalSeconds) { in ofTotalSeconds()413 private ZoneOffset(int totalSeconds) { in ZoneOffset()419 private static String buildId(int totalSeconds) { in buildId()
42 let totalSeconds = Int(timestamp) in format() variable
171 double totalSeconds = (now - mTimeAtStart) / 1000.0; in getCurrentStatusReport() local184 … message.append(String.format(Locale.getDefault(), "time.total = %4.2f seconds\n", totalSeconds)); in getCurrentStatusReport() local
101 int totalSeconds = (int)(seconds - (totalMinuteSeconds + totalHourSeconds)); in onDraw() local