Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityMouseTest.java26 import static android.widget.espresso.TextViewActions.mouseDoubleClickAndDragOnText;
264 mouseDoubleClickAndDragOnText(text.indexOf("f"), text.indexOf("j"))); in testSelectTextByDoubleClickAndDrag()
275 mouseDoubleClickAndDragOnText(text.indexOf("j"), text.indexOf("f"))); in testSelectTextByDoubleClickAndDrag_reverse()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java337 public static ViewAction mouseDoubleClickAndDragOnText(int startIndex, int endIndex) { in mouseDoubleClickAndDragOnText() method in TextViewActions