Searched defs:textLink (Results 1 – 3 of 3) sorted by relevance
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
376 TextLinks.TextLink textLink = textLinks.getLinks().iterator().next(); in testGenerateLinks_entityData() local392 TextLinks.TextLink textLink = textLinks.getLinks().iterator().next(); in testGenerateLinks_entityData_disabled() local
592 public TextLinkSpan(@NonNull TextLink textLink) { in TextLinkSpan()