Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java58 private final Hundredths mMedHundredths;
172 class Hundredths extends UnsignedTime { class in CountingTimerView
173 public Hundredths(Paint paint, final String label, final String allDigits) { in Hundredths() method in CountingTimerView.Hundredths
287 mMedHundredths = new Hundredths(mPaintMed, HUNDREDTH_SEPERATOR, allDigits); in CountingTimerView()