Searched refs:mouseLongClickOnTextAtIndex (Results 1 – 2 of 2) sorted by relevance
39 import static android.widget.espresso.TextViewActions.mouseLongClickOnTextAtIndex;225 onView(withId(R.id.textview)).perform(mouseLongClickOnTextAtIndex(0)); in testSelectTextByLongClick()228 onView(withId(R.id.textview)).perform(mouseLongClickOnTextAtIndex( in testSelectTextByLongClick()232 onView(withId(R.id.textview)).perform(mouseLongClickOnTextAtIndex( in testSelectTextByLongClick()236 onView(withId(R.id.textview)).perform(mouseLongClickOnTextAtIndex( in testSelectTextByLongClick()240 onView(withId(R.id.textview)).perform(mouseLongClickOnTextAtIndex(helloWorld.length())); in testSelectTextByLongClick()
158 public static ViewAction mouseLongClickOnTextAtIndex(int index) { in mouseLongClickOnTextAtIndex() method in TextViewActions