Searched refs:doubleTapAndDragHandle (Results 1 – 2 of 2) sorted by relevance
254 public static ViewAction doubleTapAndDragHandle(TextView textView, Handle handleType, in doubleTapAndDragHandle() method in TextViewActions
26 import static android.widget.espresso.TextViewActions.doubleTapAndDragHandle;678 .perform(doubleTapAndDragHandle(textView, Handle.INSERTION, text.indexOf('t'))); in testInsertionHandle_doubleTapAndDragToSelect()