Searched refs:UnsignedTime (Results 1 – 1 of 1) sorted by relevance
57 private UnsignedTime mBigThinSeconds;86 class UnsignedTime { class in CountingTimerView94 public UnsignedTime(Paint paint, final String label, String allDigits) { in UnsignedTime() method in CountingTimerView.UnsignedTime116 public UnsignedTime(UnsignedTime unsignedTime, final String label) { in UnsignedTime() method in CountingTimerView.UnsignedTime172 class Hundredths extends UnsignedTime {186 class SignedTime extends UnsignedTime {285 mBigThinSeconds = new UnsignedTime(mPaintBigThin, in CountingTimerView()