Home
last modified time | relevance | path

Searched refs:CustomTextView (Results 1 – 3 of 3) sorted by relevance

/cts/tests/translation/src/android/translation/cts/
DCustomTextViewActivity.java21 import android.translation.cts.views.CustomTextView;
40 private CustomTextView mCustomText;
62 CustomTextView getCustomText() { in getCustomText()
DUiTranslationManagerTest.java54 import android.translation.cts.views.CustomTextView;
144 private CustomTextView mCustomTextView;
/cts/tests/translation/src/android/translation/cts/views/
DCustomTextView.java35 public class CustomTextView extends TextView { class
39 public CustomTextView(Context context, AttributeSet attrs) { in CustomTextView() method in CustomTextView