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

/frameworks/opt/setupwizard/library/eclair-mr1/test/instrumentation/src/com/android/setupwizardlib/test/
H A DRichTextViewTest.java33 import com.android.setupwizardlib.view.RichTextView;
50 RichTextView textView = new RichTextView(InstrumentationRegistry.getContext());
72 RichTextView textView = new RichTextView(InstrumentationRegistry.getContext());
93 RichTextView view = new RichTextView(InstrumentationRegistry.getContext());
103 RichTextView textView = new RichTextView(InstrumentationRegistry.getContext());
116 RichTextView textVie
[all...]
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
H A DRichTextView.java43 public class RichTextView extends TextView { class in inherits:TextView
47 private static final String TAG = "RichTextView";
93 public RichTextView(Context context) { method in class:RichTextView
98 public RichTextView(Context context, AttributeSet attrs) { method in class:RichTextView
126 // ExploreByTouchHelper automatically enables focus for RichTextView

Completed in 65 milliseconds