Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java219 new CurrentHandleCoordinates(textView), in longPressAndDragHandle()
237 new ViewClickAction(Tap.LONG, new CurrentHandleCoordinates(textView), in longPressHandle()
259 new CurrentHandleCoordinates(textView), in doubleTapAndDragHandle()
277 new ViewClickAction(Tap.DOUBLE, new CurrentHandleCoordinates(textView), in doubleTapHandle()
434 new CurrentHandleCoordinates(textView), in dragHandle()
464 private static final class CurrentHandleCoordinates implements CoordinatesProvider { class in TextViewActions
470 public CurrentHandleCoordinates(TextView textView) { in CurrentHandleCoordinates() method in TextViewActions.CurrentHandleCoordinates