Searched defs:textLink (Results 1 – 4 of 4) sorted by relevance
56 CustomTextLinkSpan(@Nullable TextLinks.TextLink textLink) { in CustomTextLinkSpan()63 public TextLinks.TextLinkSpan createSpan(TextLinks.TextLink textLink) { in createSpan()
321 TextLinks.TextLink textLink = addLinkifiedTextToTextView(R.id.textview); in testToolbarAppearsAfterLinkClicked() local331 final TextLinks.TextLink textLink = addLinkifiedTextToTextView(R.id.nonselectable_textview); in testToolbarAppearsAfterLinkClickedNonselectable() local357 final TextLinks.TextLink textLink = addLinkifiedTextToTextView(R.id.nonselectable_textview); in testSelectionRemovedWhenNonselectableTextLosesFocus() local376 TextLinks.TextLink textLink = addLinkifiedTextToTextView(R.id.nonselectable_textview); in testSelectionRemovedFromNonselectableTextWhenWindowLosesFocus() local
454 TextLinkSpan createSpan(TextLink textLink); in createSpan()464 public TextLinkSpan(@Nullable TextLink textLink) { in TextLinkSpan()
524 public TextLinkSpan(@NonNull TextLink textLink) { in TextLinkSpan()