Searched defs:TextLink (Results 1 – 2 of 2) sorted by relevance
53 Function<TextLink, TextLinkSpan> spanFactory) { in TextLinksParams()178 public Builder setSpanFactory(@Nullable Function<TextLink, TextLinkSpan> spanFactory) { in setSpanFactory()
157 @Nullable Function<TextLink, TextLinkSpan> spanFactory) { in apply()205 public static final class TextLink implements Parcelable { class in TextLinks224 private TextLink(int start, int end, @NonNull EntityConfidence entityConfidence, in TextLink() method in TextLinks.TextLink