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.java67 private final Hundredths mMedHundredths;
195 static class Hundredths extends UnsignedTime { class in CountingTimerView
196 public Hundredths(Paint paint, float spacingRatio, final String allDigits) { in Hundredths() method in CountingTimerView.Hundredths
295 mMedHundredths = new Hundredths(mPaintMed, HUNDREDTHS_SPACING, allDigits); in CountingTimerView()