Home
last modified time | relevance | path

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

/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.java81 FormattedTextUtils.formatText(hoursLabel, new RelativeSizeSpan(0.5f)), in TimerSetupView()
82 FormattedTextUtils.formatText(minutesLabel, new RelativeSizeSpan(0.5f)), in TimerSetupView()
83 FormattedTextUtils.formatText(secondsLabel, new RelativeSizeSpan(0.5f))); in TimerSetupView()
/packages/apps/Settings/src/com/android/settings/datausage/
DBillingCycleSettings.java271 final String bytesText = formatText(bytes / (float) GB_IN_BYTES); in setupPicker()
277 final String bytesText = formatText(bytes / (float) MB_IN_BYTES); in setupPicker()
285 private String formatText(float v) { in formatText() method in BillingCycleSettings.BytesEditorFragment
/packages/apps/DeskClock/src/com/android/deskclock/
DFormattedTextUtils.java37 public static CharSequence formatText(CharSequence text, Object span) { in formatText() method in FormattedTextUtils