Searched refs:doubleTapAndDragOnText (Results 1 – 2 of 2) sorted by relevance
212 public static ViewAction doubleTapAndDragOnText(int startIndex, int endIndex) { in doubleTapAndDragOnText() method in TextViewActions
41 import static android.widget.espresso.TextViewActions.doubleTapAndDragOnText;259 onView(withId(R.id.textview)).perform(doubleTapAndDragOnText(helloWorld.indexOf("young"), in testDoubleTapAndDragToSelect()270 doubleTapAndDragOnText(helloWorld.indexOf("m"), helloWorld.indexOf("a"))); in testDoubleTapAndDragToSelect_multiLine()279 doubleTapAndDragOnText(helloWorld.indexOf(" Jungle!"), helloWorld.indexOf("king"))); in testSelectBackwordsByTouch()