Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
H A DRichTextViewTest.java55 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()
/aosp12/frameworks/opt/setupwizard/library/platform/src/com/android/setupwizardlib/view/
H A DRichTextView.java44 public class RichTextView extends TextView implements OnLinkClickListener { class
95 public RichTextView(Context context) { in RichTextView() method in RichTextView
99 public RichTextView(Context context, AttributeSet attrs) { in RichTextView() method in RichTextView
/aosp12/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
H A DRichTextView.java44 public class RichTextView extends AppCompatTextView implements OnLinkClickListener { class
96 public RichTextView(Context context) { in RichTextView() method in RichTextView
101 public RichTextView(Context context, AttributeSet attrs) { in RichTextView() method in RichTextView