Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerSetupView.java37 import com.android.deskclock.FormattedTextUtils;
81 FormattedTextUtils.formatText(hoursLabel, new RelativeSizeSpan(0.5f)), in TimerSetupView()
82 FormattedTextUtils.formatText(minutesLabel, new RelativeSizeSpan(0.5f)), in TimerSetupView()
83 FormattedTextUtils.formatText(secondsLabel, new RelativeSizeSpan(0.5f))); in TimerSetupView()
/packages/apps/DeskClock/src/com/android/deskclock/
DFormattedTextUtils.java25 public class FormattedTextUtils { class
27 private FormattedTextUtils() { in FormattedTextUtils() method in FormattedTextUtils