Searched refs:ExceptionTextView (Results 1 – 2 of 2) sorted by relevance
29 public class ExceptionTextView extends EditText { class33 public ExceptionTextView(Context context) { in ExceptionTextView() method in ExceptionTextView37 public ExceptionTextView(Context context, AttributeSet attrs) { in ExceptionTextView() method in ExceptionTextView41 public ExceptionTextView(Context context, AttributeSet attrs, int defStyle) { in ExceptionTextView() method in ExceptionTextView
57 final ExceptionTextView etv = (ExceptionTextView) getActivity() in testComputeTexViewWithoutIllegalArgumentException()