Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockTextAppearanceFactory.java33 public Object[] createSuggestionQueryTextAppearance() { in createSuggestionQueryTextAppearance() method in MockTextAppearanceFactory
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DTextAppearanceFactory.kt24 open fun createSuggestionQueryTextAppearance(): Array<Any> { in createSuggestionQueryTextAppearance() method
DSuggestionFormatter.kt36 setSpans(text, start, end, mSpanFactory.createSuggestionQueryTextAppearance()) in formatSuggestion()