Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityMouseTest.java38 import static android.widget.espresso.TextViewActions.mouseLongClickAndDragOnText;
211 mouseLongClickAndDragOnText(text.indexOf("e"), text.length())); in testDragAndDrop_longClick()
299 mouseLongClickAndDragOnText(text.indexOf("f"), text.indexOf("j"))); in testSelectTextByLongPressAndDrag()
310 mouseLongClickAndDragOnText(text.indexOf("j"), text.indexOf("f"))); in testSelectTextByLongPressAndDrag_reverse()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java278 public static ViewAction mouseLongClickAndDragOnText(int startIndex, int endIndex) { in mouseLongClickAndDragOnText() method in TextViewActions