Searched refs:mouseLongClickOnTextAtIndex (Results 1 – 2 of 2) sorted by relevance
30 import static android.widget.espresso.TextViewActions.mouseLongClickOnTextAtIndex;226 onView(withId(R.id.textview)).perform(mouseLongClickOnTextAtIndex(0)); in testSelectTextByLongClick()229 onView(withId(R.id.textview)).perform(mouseLongClickOnTextAtIndex( in testSelectTextByLongClick()233 onView(withId(R.id.textview)).perform(mouseLongClickOnTextAtIndex( in testSelectTextByLongClick()237 onView(withId(R.id.textview)).perform(mouseLongClickOnTextAtIndex( in testSelectTextByLongClick()241 onView(withId(R.id.textview)).perform(mouseLongClickOnTextAtIndex(helloWorld.length())); in testSelectTextByLongClick()
159 public static ViewAction mouseLongClickOnTextAtIndex(int index) { in mouseLongClickOnTextAtIndex() method in TextViewActions