Searched refs:textview (Results 1 – 4 of 4) sorted by relevance
152 TextView textView = activity.findViewById(R.id.textview); in smartLinkify()164 UiObject2 textview = waitForObject(By.text(linkifiedText.toString())); in smartLinkify() local165 textview.click(); in smartLinkify()197 UiObject2 textview = waitForObject(By.text(text)); in smartSelection_cancelSelectionDoesNotInvokeClassifyText() local198 textview.click(); in smartSelection_cancelSelectionDoesNotInvokeClassifyText()221 TextView textView = activity.findViewById(R.id.textview); in smartSelectionInternal()228 UiObject2 textview = waitForObject(By.text(TEXT)); in smartSelectionInternal() local229 textview.click(3_000); in smartSelectionInternal()
169 new LayoutInfo(R.layout.textview, "textview"),
9815 public TestSelectedRunnable(TextView textview) { in TestSelectedRunnable() argument9816 mTextView = textview; in TestSelectedRunnable()9840 public TestLayoutRunnable(TextView textview) { in TestLayoutRunnable() argument9841 mTextView = textview; in TestLayoutRunnable()
57040 field public static final String WIDGET_TYPE_TEXTVIEW = "textview";57042 field public static final String WIDGET_TYPE_UNSELECTABLE_TEXTVIEW = "nosel-textview";