Searched refs:TextLink (Results 1 – 8 of 8) sorted by relevance
101 private final List<TextLink> mLinks;104 private TextLinks(String fullText, ArrayList<TextLink> links, Bundle extras) { in TextLinks()122 public Collection<TextLink> getLinks() { in getLinks()156 @Nullable Function<TextLink, TextLinkSpan> spanFactory) { in apply() argument197 mLinks = in.createTypedArrayList(TextLink.CREATOR); in TextLinks()204 public static final class TextLink implements Parcelable { class in TextLinks223 private TextLink(int start, int end, @NonNull EntityConfidence entityConfidence, in TextLink() method in TextLinks.TextLink310 private static TextLink readFromParcel(Parcel in) { in readFromParcel()315 return new TextLink(start, end, entityConfidence, extras, null /* urlSpan */); in readFromParcel()318 public static final @android.annotation.NonNull Parcelable.Creator<TextLink> CREATOR =[all …]
25 import android.view.textclassifier.TextLinks.TextLink;42 private static final Function<TextLink, TextLinkSpan> DEFAULT_SPAN_FACTORY =47 private final Function<TextLink, TextLinkSpan> mSpanFactory;52 Function<TextLink, TextLinkSpan> spanFactory) { in TextLinksParams() argument124 for (TextLink link : textLinks.getLinks()) { in apply()158 private Function<TextLink, TextLinkSpan> mSpanFactory = DEFAULT_SPAN_FACTORY;177 public Builder setSpanFactory(@Nullable Function<TextLink, TextLinkSpan> spanFactory) { in setSpanFactory() argument
83 final List<TextLinks.TextLink> resultList = new ArrayList<>(result.getLinks()); in testParcel()
330 TextLinks.TextLink textLink = addLinkifiedTextToTextView(R.id.textview); in testToolbarAppearsAfterLinkClicked()340 final TextLinks.TextLink textLink = addLinkifiedTextToTextView(R.id.nonselectable_textview); in testToolbarAppearsAfterLinkClickedNonselectable()380 final TextLinks.TextLink textLink = addLinkifiedTextToTextView(R.id.nonselectable_textview); in testSelectionRemovedWhenNonselectableTextLosesFocus()399 TextLinks.TextLink textLink = addLinkifiedTextToTextView(R.id.nonselectable_textview); in testSelectionRemovedFromNonselectableTextWhenWindowLosesFocus()418 private TextLinks.TextLink addLinkifiedTextToTextView(int id) throws Throwable { in addLinkifiedTextToTextView()
7411 android.view.textclassifier.TextLinks$TextLink$17412 android.view.textclassifier.TextLinks$TextLink
47733 Landroid/view/textclassifier/TextLinks$TextLink$1;47734 Landroid/view/textclassifier/TextLinks$TextLink;
57716 …lable java.util.function.Function<android.view.textclassifier.TextLinks.TextLink,android.view.text…57719 …method @NonNull public java.util.Collection<android.view.textclassifier.TextLinks.TextLink> getLin…57762 public static final class TextLinks.TextLink implements android.os.Parcelable {57771 …static final android.os.Parcelable.Creator<android.view.textclassifier.TextLinks.TextLink> CREATOR;57775 ctor public TextLinks.TextLinkSpan(@NonNull android.view.textclassifier.TextLinks.TextLink);57776 method public final android.view.textclassifier.TextLinks.TextLink getTextLink();
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...