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