Searched refs:formatText (Results 1 – 4 of 4) sorted by relevance
90 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
81 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()
271 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
37 public static CharSequence formatText(CharSequence text, Object span) { in formatText() method in FormattedTextUtils