Searched refs:NullTextView (Results 1 – 2 of 2) sorted by relevance
26 public class NullTextView extends TextView { class27 public NullTextView(Context context) { in NullTextView() method in NullTextView31 public NullTextView(Context context, AttributeSet attributes) { in NullTextView() method in NullTextView
79 NullTextView view = findViewById(R.id.main_textview); in setContentViewOnCreate()