Searched refs:textLinks (Results 1 – 2 of 2) sorted by relevance
104 public int apply(@NonNull Spannable text, @NonNull TextLinks textLinks) { in apply() argument106 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()
364 public void setTextLinks(TextLinks textLinks) { in setTextLinks() argument365 mTextLinks = textLinks; in setTextLinks()1257 TextLinks textLinks = in.readTypedObject(TextLinks.CREATOR); in ClipData() local1260 item.setTextLinks(textLinks); in ClipData()