Searched refs:textLinks (Results 1 – 1 of 1) 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()