Home
last modified time | relevance | path

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

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A 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)))
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DFormattedTextUtils.kt25 object FormattedTextUtils { regex