Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextLinksParams.java53 Function<TextLink, TextLinkSpan> spanFactory) { in TextLinksParams() argument
55 mSpanFactory = spanFactory; in TextLinksParams()
178 public Builder setSpanFactory(@Nullable Function<TextLink, TextLinkSpan> spanFactory) { in setSpanFactory() argument
179 mSpanFactory = spanFactory == null ? DEFAULT_SPAN_FACTORY : spanFactory; in setSpanFactory()
DTextLinks.java157 @Nullable Function<TextLink, TextLinkSpan> spanFactory) { in apply() argument
161 .setSpanFactory(spanFactory) in apply()