Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java57 private UnsignedTime mBigThinSeconds;
86 class UnsignedTime { class in CountingTimerView
94 public UnsignedTime(Paint paint, final String label, String allDigits) { in UnsignedTime() method in CountingTimerView.UnsignedTime
116 public UnsignedTime(UnsignedTime unsignedTime, final String label) { in UnsignedTime() method in CountingTimerView.UnsignedTime
172 class Hundredths extends UnsignedTime {
186 class SignedTime extends UnsignedTime {
285 mBigThinSeconds = new UnsignedTime(mPaintBigThin, in CountingTimerView()