Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java254 public static ViewAction doubleTapAndDragHandle(TextView textView, Handle handleType, in doubleTapAndDragHandle() method in TextViewActions
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java26 import static android.widget.espresso.TextViewActions.doubleTapAndDragHandle;
678 .perform(doubleTapAndDragHandle(textView, Handle.INSERTION, text.indexOf('t'))); in testInsertionHandle_doubleTapAndDragToSelect()