Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java214 public static ViewAction longPressAndDragHandle(TextView textView, Handle handleType, in longPressAndDragHandle() method in TextViewActions
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java30 import static android.widget.espresso.TextViewActions.longPressAndDragHandle;
647 .perform(longPressAndDragHandle(textView, Handle.INSERTION, text.indexOf('t'))); in testInsertionHandle_longPressAndDragToSelect()