Home
last modified time | relevance | path

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

/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextViewActions.java50 new ViewClickAction(Tap.SINGLE, new TextCoordinates(index), Press.FINGER)); in tapOnTextAtIndex()
55 new ViewClickAction(Tap.LONG, new TextCoordinates(index), Press.FINGER)); in longTapOnTextAtIndex()
85 private static final class TextCoordinates implements CoordinatesProvider { class in TextViewActions
89 public TextCoordinates(int index) { in TextCoordinates() method in TextViewActions.TextCoordinates