Searched refs:RichTextView (Results 1 – 2 of 2) sorted by relevance
33 import com.android.setupwizardlib.view.RichTextView;50 RichTextView textView = new RichTextView(InstrumentationRegistry.getContext()); in testLinkAnnotation()72 RichTextView textView = new RichTextView(InstrumentationRegistry.getContext()); in testTextStyle()93 RichTextView view = new RichTextView(InstrumentationRegistry.getContext()); in testTextContaininingLinksAreFocusable()103 RichTextView textView = new RichTextView(InstrumentationRegistry.getContext()); in testTextContainingNoLinksAreNotFocusable()116 RichTextView textView = new RichTextView(InstrumentationRegistry.getContext()); in testRichTxtViewFocusChangesWithTextChange()
43 public class RichTextView extends TextView { class93 public RichTextView(Context context) { in RichTextView() method in RichTextView98 public RichTextView(Context context, AttributeSet attrs) { in RichTextView() method in RichTextView