Home
last modified time | relevance | path

Searched defs:mSpanFactory (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DTextLinksParams.java47 private final Function<TextLink, TextLinkSpan> mSpanFactory; field in TextLinksParams
158 private Function<TextLink, TextLinkSpan> mSpanFactory = DEFAULT_SPAN_FACTORY; field in TextLinksParams.Builder
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionFormatter.java27 private final TextAppearanceFactory mSpanFactory; field in SuggestionFormatter