Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextLinksParams.java52 Function<TextLink, TextLinkSpan> spanFactory) { in TextLinksParams() argument
54 mSpanFactory = spanFactory; in TextLinksParams()
177 public Builder setSpanFactory(@Nullable Function<TextLink, TextLinkSpan> spanFactory) { in setSpanFactory() argument
178 mSpanFactory = spanFactory == null ? DEFAULT_SPAN_FACTORY : spanFactory; in setSpanFactory()
DTextLinks.java156 @Nullable Function<TextLink, TextLinkSpan> spanFactory) { in apply() argument
160 .setSpanFactory(spanFactory) in apply()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...