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

/cts/tests/tests/widget/src/android/widget/cts/
H A DTextViewTest.java6795 // the layout contains an instance of CustomTextViewWithTransformationMethod
6798 assertTrue(textView instanceof CustomTextViewWithTransformationMethod);
6804 public static class CustomTextViewWithTransformationMethod extends TextView { class in class:TextViewTest
6805 public CustomTextViewWithTransformationMethod(Context context) { method in class:TextViewTest.CustomTextViewWithTransformationMethod
6810 public CustomTextViewWithTransformationMethod(Context context, method in class:TextViewTest.CustomTextViewWithTransformationMethod
6816 public CustomTextViewWithTransformationMethod(Context context, method in class:TextViewTest.CustomTextViewWithTransformationMethod
6822 public CustomTextViewWithTransformationMethod(Context context, method in class:TextViewTest.CustomTextViewWithTransformationMethod

Completed in 43 milliseconds