Home
last modified time | relevance | path

Searched refs:formatText (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DUsageBytesThresholdPickerDialog.java155 bytesText = formatText(threshold / (float) GIB_IN_BYTES); in updateCurrentView()
158 bytesText = formatText(threshold / (float) MIB_IN_BYTES); in updateCurrentView()
165 private String formatText(float v) { in formatText() method in UsageBytesThresholdPickerDialog
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionView.java90 CharSequence text1 = formatText(suggestion.getSuggestionText1(), suggestion); in bindAsSuggestion()
95 text2 = formatText(suggestion.getSuggestionText2(), suggestion); in bindAsSuggestion()
127 private CharSequence formatText(String str, Suggestion suggestion) { in formatText() method in DefaultSuggestionView
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerSetupView.kt72 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.kt34 fun formatText(text: CharSequence?, span: Any?): CharSequence? { in formatText() method
/packages/apps/Settings/src/com/android/settings/datausage/
DBillingCycleSettings.java303 final String bytesText = formatText(bytes, in setupPicker()
311 private String formatText(double v, double unitInBytes) { in formatText() method in BillingCycleSettings.BytesEditorFragment