Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionFormatter.kt25 protected constructor(private val mSpanFactory: TextAppearanceFactory) { constant in com.android.quicksearchbox.SuggestionFormatter
36 setSpans(text, start, end, mSpanFactory.createSuggestionQueryTextAppearance()) in formatSuggestion()
41 setSpans(text, start, end, mSpanFactory.createSuggestionSuggestedTextAppearance()) in applySuggestedTextStyle()