Searched refs:RichTextView (Results 1 – 3 of 3) sorted by relevance
55 RichTextView textView = new RichTextView(application); in testLinkAnnotation()80 RichTextView textView = new RichTextView(application); in testOnLinkClickListener()104 RichTextView textView = new RichTextView(context); in testLegacyContextOnClickListener()120 RichTextView textView = new RichTextView(application); in onTouchEvent_clickOnLinks_shouldReturnTrue()138 RichTextView textView = new RichTextView(application); in onTouchEvent_clickOutsideLinks_shouldReturnFalse()156 RichTextView textView = new RichTextView(application); in testTextStyle()176 RichTextView view = new RichTextView(application); in testTextContainingLinksAreFocusable()185 RichTextView textView = new RichTextView(application); in testTextContainingNoLinksAreNotFocusable()196 RichTextView textView = new RichTextView(application); in testRichTextViewFocusChangesWithTextChange()
44 public class RichTextView extends TextView implements OnLinkClickListener { class95 public RichTextView(Context context) { in RichTextView() method in RichTextView99 public RichTextView(Context context, AttributeSet attrs) { in RichTextView() method in RichTextView
44 public class RichTextView extends AppCompatTextView implements OnLinkClickListener { class96 public RichTextView(Context context) { in RichTextView() method in RichTextView101 public RichTextView(Context context, AttributeSet attrs) { in RichTextView() method in RichTextView