Searched refs:textLink (Results 1 – 5 of 5) sorted by relevance
454 TextLinkSpan createSpan(TextLink textLink); in createSpan() argument464 public TextLinkSpan(@Nullable TextLink textLink) { in TextLinkSpan() argument465 mTextLink = textLink; in TextLinkSpan()528 public TextLinkSpan createSpan(TextLink textLink) {529 return new TextLinkSpan(textLink);
56 CustomTextLinkSpan(@Nullable TextLinks.TextLink textLink) { in CustomTextLinkSpan() argument57 super(textLink); in CustomTextLinkSpan()63 public TextLinks.TextLinkSpan createSpan(TextLinks.TextLink textLink) { in createSpan() argument64 return new CustomTextLinkSpan(textLink); in createSpan()
44 textLink -> new TextLinkSpan(textLink);
524 public TextLinkSpan(@NonNull TextLink textLink) { in TextLinkSpan() argument525 mTextLink = textLink; in TextLinkSpan()
321 TextLinks.TextLink textLink = addLinkifiedTextToTextView(R.id.textview); in testToolbarAppearsAfterLinkClicked() local322 int position = (textLink.getStart() + textLink.getEnd()) / 2; in testToolbarAppearsAfterLinkClicked()331 final TextLinks.TextLink textLink = addLinkifiedTextToTextView(R.id.nonselectable_textview); in testToolbarAppearsAfterLinkClickedNonselectable() local332 final int position = (textLink.getStart() + textLink.getEnd()) / 2; in testToolbarAppearsAfterLinkClickedNonselectable()357 final TextLinks.TextLink textLink = addLinkifiedTextToTextView(R.id.nonselectable_textview); in testSelectionRemovedWhenNonselectableTextLosesFocus() local358 final int position = (textLink.getStart() + textLink.getEnd()) / 2; in testSelectionRemovedWhenNonselectableTextLosesFocus()376 TextLinks.TextLink textLink = addLinkifiedTextToTextView(R.id.nonselectable_textview); in testSelectionRemovedFromNonselectableTextWhenWindowLosesFocus() local377 int nonselectablePosition = (textLink.getStart() + textLink.getEnd()) / 2; in testSelectionRemovedFromNonselectableTextWhenWindowLosesFocus()