Home
last modified time | relevance | path

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

/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextViewIntegrationTest.java160 TextView textView = activity.findViewById(R.id.textview); in smartLinkify()
174 onView(allOf(withId(R.id.textview), withText(TEXT))).check(matches(isDisplayed())); in smartLinkify()
177 onView(withId(R.id.textview)).perform(TextViewActions.tapOnTextAtIndex(clickIndex.get())); in smartLinkify()
205 onView(withId(R.id.textview)).perform(TextViewActions.tapOnTextAtIndex(0)); in smartSelection_cancelSelectionDoesNotInvokeClassifyText()
217 TextView textView = activity.findViewById(R.id.textview); in smartSelectionInternal()
223 onView(allOf(withId(R.id.textview), withText(TEXT))).check(matches(isDisplayed())); in smartSelectionInternal()
227 onView(withId(R.id.textview)).perform( in smartSelectionInternal()
/cts/hostsidetests/theme/app/src/android/theme/app/
DTestConfiguration.java232 new LayoutInfo(R.layout.textview, "textview"),
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java9018 public TestSelectedRunnable(TextView textview) { in TestSelectedRunnable() argument
9019 mTextView = textview; in TestSelectedRunnable()
9043 public TestLayoutRunnable(TextView textview) { in TestLayoutRunnable() argument
9044 mTextView = textview; in TestLayoutRunnable()