Searched refs:spanFactory (Results 1 – 7 of 7) sorted by relevance
52 Function<TextLink, TextLinkSpan> spanFactory) { in TextLinksParams() argument54 mSpanFactory = spanFactory; in TextLinksParams()177 public Builder setSpanFactory(@Nullable Function<TextLink, TextLinkSpan> spanFactory) { in setSpanFactory() argument178 mSpanFactory = spanFactory == null ? DEFAULT_SPAN_FACTORY : spanFactory; in setSpanFactory()
156 @Nullable Function<TextLink, TextLinkSpan> spanFactory) { in apply() argument160 .setSpanFactory(spanFactory) in apply()
25 public SuggestionNonFormatter(TextAppearanceFactory spanFactory) { in SuggestionNonFormatter() argument26 super(spanFactory); in SuggestionNonFormatter()
29 protected SuggestionFormatter(TextAppearanceFactory spanFactory) { in SuggestionFormatter() argument30 mSpanFactory = spanFactory; in SuggestionFormatter()
35 public LevenshteinSuggestionFormatter(TextAppearanceFactory spanFactory) { in LevenshteinSuggestionFormatter() argument36 super(spanFactory); in LevenshteinSuggestionFormatter()
727 final ClickableSpanFactory spanFactory = in handleSupportUrl() local730 textView, contactDeviceProvider, deviceProvider, intent, spanFactory); in handleSupportUrl()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...