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

/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DExceptionTextView.java32 public class ExceptionTextView extends EditText { class in inherits:EditText
36 public ExceptionTextView(Context context) { method in class:ExceptionTextView
40 public ExceptionTextView(Context context, AttributeSet attrs) { method in class:ExceptionTextView
44 public ExceptionTextView(Context context, AttributeSet attrs, int defStyle) { method in class:ExceptionTextView
H A DBaselineAlignmentZeroWidthAndWeightTest.java21 import android.widget.layout.linear.ExceptionTextView;
53 // Pressing the button will show an ExceptionTextView that might set a failed bit if
58 final ExceptionTextView etv = (ExceptionTextView) getActivity()

Completed in 365 milliseconds