Searched refs:SignedTime (Results 1 – 1 of 1) sorted by relevance
64 private final SignedTime mBigHours, mBigMinutes;213 static class SignedTime extends UnsignedTime { class in CountingTimerView216 public SignedTime (UnsignedTime unsignedTime, float spacingRatio) { in SignedTime() method in CountingTimerView.SignedTime293 mBigHours = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING); in CountingTimerView()294 mBigMinutes = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING); in CountingTimerView()