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