Home
last modified time | relevance | path

Searched refs:doubleTapAndDragOnText (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java212 public static ViewAction doubleTapAndDragOnText(int startIndex, int endIndex) { in doubleTapAndDragOnText() method in TextViewActions
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityTest.java41 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()