Home
last modified time | relevance | path

Searched refs:RichTextView (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/setupwizard/library/eclair-mr1/test/instrumentation/src/com/android/setupwizardlib/test/
DRichTextViewTest.java33 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()
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
DRichTextView.java43 public class RichTextView extends TextView { class
93 public RichTextView(Context context) { in RichTextView() method in RichTextView
98 public RichTextView(Context context, AttributeSet attrs) { in RichTextView() method in RichTextView