Searched refs:MIN_IN_SEC (Results 1 – 2 of 2) sorted by relevance
356 private static final int MIN_IN_SEC = 60; field in Chronometer357 private static final int HOUR_IN_SEC = MIN_IN_SEC*60;371 if (duration >= MIN_IN_SEC) { in formatDuration()372 m = duration / MIN_IN_SEC; in formatDuration()373 duration -= m * MIN_IN_SEC; in formatDuration()
80952 Landroid/widget/Chronometer;->MIN_IN_SEC:I