Searched refs:TextCoordinates (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
H A D | TextViewActions.java | 195 new TextCoordinates(startIndex), in longPressAndDragOnText() 196 new TextCoordinates(endIndex), in longPressAndDragOnText() 297 new TextCoordinates(startIndex), in doubleTapAndDragOnText() 298 new TextCoordinates(endIndex), in doubleTapAndDragOnText() 320 new TextCoordinates(endIndex), in mouseDragOnText() 342 new TextCoordinates(endIndex), in mouseDoubleClickAndDragOnText() 364 new TextCoordinates(endIndex), in mouseLongClickAndDragOnText() 385 new TextCoordinates(startIndex), in mouseTripleClickAndDragOnText() 386 new TextCoordinates(endIndex), in mouseTripleClickAndDragOnText() 456 new TextCoordinates(endIndex), in dragOnText() [all …]
|