Searched refs:longPressAndDragHandle (Results 1 – 2 of 2) sorted by relevance
214 public static ViewAction longPressAndDragHandle(TextView textView, Handle handleType, in longPressAndDragHandle() method in TextViewActions
30 import static android.widget.espresso.TextViewActions.longPressAndDragHandle;647 .perform(longPressAndDragHandle(textView, Handle.INSERTION, text.indexOf('t'))); in testInsertionHandle_longPressAndDragToSelect()