Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockTextAppearanceFactory.java40 public Object[] createSuggestionSuggestedTextAppearance() { in createSuggestionSuggestedTextAppearance() method in MockTextAppearanceFactory
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DTextAppearanceFactory.java38 public Object[] createSuggestionSuggestedTextAppearance() { in createSuggestionSuggestedTextAppearance() method in TextAppearanceFactory
DSuggestionFormatter.java49 setSpans(text, start, end, mSpanFactory.createSuggestionSuggestedTextAppearance()); in applySuggestedTextStyle()