Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DNullTextView.java26 public class NullTextView extends TextView { class
27 public NullTextView(Context context) { in NullTextView() method in NullTextView
31 public NullTextView(Context context, AttributeSet attributes) { in NullTextView() method in NullTextView
DNullTextViewActivity.java79 NullTextView view = findViewById(R.id.main_textview); in setContentViewOnCreate()