Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java220 new HandleCoordinates(textView, handleType, endIndex, true), in longPressAndDragHandle()
260 new HandleCoordinates(textView, handleType, endIndex, true), in doubleTapAndDragHandle()
435 new HandleCoordinates(textView, handleType, endIndex, primary), in dragHandle()
516 private static final class HandleCoordinates implements CoordinatesProvider { class in TextViewActions
525 public HandleCoordinates(TextView textView, Handle handleType, int index, boolean primary) { in HandleCoordinates() method in TextViewActions.HandleCoordinates