Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextLinksParams.java104 public int apply(@NonNull Spannable text, @NonNull TextLinks textLinks) { in apply() argument
106 Objects.requireNonNull(textLinks); in apply()
116 if (!textString.startsWith(textLinks.getText().toString())) { in apply()
119 if (textLinks.getLinks().isEmpty()) { in apply()
124 for (TextLink link : textLinks.getLinks()) { in apply()
/frameworks/base/core/java/android/content/
DClipData.java364 public void setTextLinks(TextLinks textLinks) { in setTextLinks() argument
365 mTextLinks = textLinks; in setTextLinks()
1257 TextLinks textLinks = in.readTypedObject(TextLinks.CREATOR); in ClipData() local
1260 item.setTextLinks(textLinks); in ClipData()