HomeSort by relevance Sort by last modified time
    Searched refs:FormattedTextUtils (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
FormattedTextUtils.java 25 public class FormattedTextUtils {
27 private FormattedTextUtils() {
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerSetupView.java 37 import com.android.deskclock.FormattedTextUtils;
81 FormattedTextUtils.formatText(hoursLabel, new RelativeSizeSpan(0.5f)),
82 FormattedTextUtils.formatText(minutesLabel, new RelativeSizeSpan(0.5f)),
83 FormattedTextUtils.formatText(secondsLabel, new RelativeSizeSpan(0.5f)));

Completed in 1318 milliseconds