Searched refs:mSpanFactory (Results 1 – 1 of 1) sorted by relevance
25 protected constructor(private val mSpanFactory: TextAppearanceFactory) { constant in com.android.quicksearchbox.SuggestionFormatter36 setSpans(text, start, end, mSpanFactory.createSuggestionQueryTextAppearance()) in formatSuggestion()41 setSpans(text, start, end, mSpanFactory.createSuggestionSuggestedTextAppearance()) in applySuggestedTextStyle()