Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java235 public static ViewAction longPressHandle(TextView textView) { in longPressHandle() method in TextViewActions
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java32 import static android.widget.espresso.TextViewActions.longPressHandle;
632 onHandleView(com.android.internal.R.id.insertion_handle).perform(longPressHandle(textView)); in testInsertionHandle_longPressToSelect()