Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java65 private final SignedTime mBigHours, mBigMinutes;
215 static class SignedTime extends UnsignedTime { class in CountingTimerView
218 public SignedTime (UnsignedTime unsignedTime, float spacingRatio) { in SignedTime() method in CountingTimerView.SignedTime
296 mBigHours = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING); in CountingTimerView()
297 mBigMinutes = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING); in CountingTimerView()