Searched refs:applyQueryTextStyle (Results 1 – 2 of 2) sorted by relevance
34 protected fun applyQueryTextStyle(text: Spannable, start: Int, end: Int) { in formatSuggestion() method in com.android.quicksearchbox.SuggestionFormatter
55 applyQueryTextStyle(str, t.mStart, t.mStart + sourceLen) in formatSuggestion()