Searched refs:doubleTapHandle (Results 1 – 2 of 2) sorted by relevance
275 public static ViewAction doubleTapHandle(TextView textView) { in doubleTapHandle() method in TextViewActions
28 import static android.widget.espresso.TextViewActions.doubleTapHandle;662 onHandleView(com.android.internal.R.id.insertion_handle).perform(doubleTapHandle(textView)); in testInsertionHandle_doubleTapToSelect()