Searched refs:UnsignedTime (Results 1 – 1 of 1) sorted by relevance
66 private final UnsignedTime mBigSeconds;97 static class UnsignedTime { class in CountingTimerView105 public UnsignedTime(Paint paint, float spacingRatio, String allDigits) { in UnsignedTime() method in CountingTimerView.UnsignedTime127 public UnsignedTime(UnsignedTime unsignedTime, float spacingRatio) { in UnsignedTime() method in CountingTimerView.UnsignedTime195 static class Hundredths extends UnsignedTime {213 static class SignedTime extends UnsignedTime {216 public SignedTime (UnsignedTime unsignedTime, float spacingRatio) { in SignedTime()292 mBigSeconds = new UnsignedTime(mPaintBigThin, 0.f, allDigits); in CountingTimerView()