HomeSort by relevance Sort by last modified time
    Searched refs:RichTextView (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
RichTextViewTest.java 41 import com.android.setupwizardlib.view.RichTextView;
58 RichTextView textView = new RichTextView(InstrumentationRegistry.getContext());
80 RichTextView textView = new RichTextView(InstrumentationRegistry.getContext());
103 RichTextView textView = new RichTextView(context);
119 RichTextView textView = new RichTextView(InstrumentationRegistry.getContext());
140 RichTextView view = new RichTextView(InstrumentationRegistry.getContext())
    [all...]
  /frameworks/opt/setupwizard/library/platform/src/com/android/setupwizardlib/view/
RichTextView.java 43 public class RichTextView extends TextView implements OnLinkClickListener {
47 private static final String TAG = "RichTextView";
93 public RichTextView(Context context) {
97 public RichTextView(Context context, AttributeSet attrs) {
119 // ExploreByTouchHelper automatically enables focus for RichTextView
  /frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
RichTextView.java 44 public class RichTextView extends AppCompatTextView implements OnLinkClickListener {
48 private static final String TAG = "RichTextView";
95 public RichTextView(Context context) {
100 public RichTextView(Context context, AttributeSet attrs) {
128 // ExploreByTouchHelper automatically enables focus for RichTextView

Completed in 478 milliseconds