Searched refs:formatText (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Car/Settings/src/com/android/car/settings/datausage/ |
D | DataUsageSetThresholdBaseFragment.java | 110 bytesText = formatText(currentWarningBytes / (float) GIB_IN_BYTES); in onAttach() 113 bytesText = formatText(currentWarningBytes / (float) MIB_IN_BYTES); in onAttach() 147 private String formatText(float v) { in formatText() method in DataUsageSetThresholdBaseFragment
|
D | UsageBytesThresholdPickerDialog.java | 163 bytesText = formatText(threshold / (float) GIB_IN_BYTES); in updateCurrentView() 166 bytesText = formatText(threshold / (float) MIB_IN_BYTES); in updateCurrentView() 173 private String formatText(float v) { in formatText() method in UsageBytesThresholdPickerDialog
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerSetupView.kt | 72 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/ |
D | FormattedTextUtils.kt | 34 fun formatText(text: CharSequence?, span: Any?): CharSequence? { in formatText() method
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
D | DefaultSuggestionView.kt | 81 val text1 = formatText(suggestion?.suggestionText1, suggestion) in bindAsSuggestion() 125 private fun formatText(str: String?, suggestion: Suggestion?): CharSequence { in formatText() method
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
D | BillingCycleSettings.java | 334 final String bytesText = formatText(bytes, in setupPicker() 342 private String formatText(double v, double unitInBytes) { in formatText() method in BillingCycleSettings.BytesEditorFragment
|