Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerSetupView.java74 final String secondsLabel = bf.unicodeWrap(context.getString(R.string.seconds_label)); in TimerSetupView() local
83 FormattedTextUtils.formatText(secondsLabel, new RelativeSizeSpan(0.5f))); in TimerSetupView()
DTimerSetupView.kt65 val secondsLabel = bf.unicodeWrap(context.getString(R.string.seconds_label)) constant
74 FormattedTextUtils.formatText(secondsLabel, RelativeSizeSpan(0.5f)))