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.kt37 import com.android.deskclock.FormattedTextUtils
72 FormattedTextUtils.formatText(hoursLabel, RelativeSizeSpan(0.5f)),
73 FormattedTextUtils.formatText(minutesLabel, RelativeSizeSpan(0.5f)),
74 FormattedTextUtils.formatText(secondsLabel, RelativeSizeSpan(0.5f)))
/packages/apps/DeskClock/src/com/android/deskclock/
DFormattedTextUtils.kt25 object FormattedTextUtils { object