Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityMouseTest.java29 import static android.widget.espresso.TextViewActions.mouseLongClickAndDragOnText;
199 mouseLongClickAndDragOnText(text.indexOf("e"), text.length())); in testDragAndDrop_longClick()
286 mouseLongClickAndDragOnText(text.indexOf("f"), text.indexOf("j"))); in testSelectTextByLongPressAndDrag()
297 mouseLongClickAndDragOnText(text.indexOf("j"), text.indexOf("f"))); in testSelectTextByLongPressAndDrag_reverse()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java359 public static ViewAction mouseLongClickAndDragOnText(int startIndex, int endIndex) { in mouseLongClickAndDragOnText() method in TextViewActions