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.java42 protected void applyQueryTextStyle(Spannable text, int start, int end) { in applyQueryTextStyle() method in SuggestionFormatter
DLevenshteinSuggestionFormatter.java62 applyQueryTextStyle(str, t.mStart, t.mStart + sourceLen); in formatSuggestion()