Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionFormatter.kt34 protected fun applyQueryTextStyle(text: Spannable, start: Int, end: Int) { in formatSuggestion() method in com.android.quicksearchbox.SuggestionFormatter
DLevenshteinSuggestionFormatter.kt55 applyQueryTextStyle(str, t.mStart, t.mStart + sourceLen) in formatSuggestion()