Searched refs:longPressHandle (Results 1 – 2 of 2) sorted by relevance
235 public static ViewAction longPressHandle(TextView textView) { in longPressHandle() method in TextViewActions
32 import static android.widget.espresso.TextViewActions.longPressHandle;632 onHandleView(com.android.internal.R.id.insertion_handle).perform(longPressHandle(textView)); in testInsertionHandle_longPressToSelect()