Searched refs:TextViewActions (Results 1 – 6 of 6) sorted by relevance
24 import static android.widget.espresso.TextViewActions.mouseClick;25 import static android.widget.espresso.TextViewActions.mouseClickOnTextAtIndex;26 import static android.widget.espresso.TextViewActions.mouseDoubleClickAndDragOnText;27 import static android.widget.espresso.TextViewActions.mouseDoubleClickOnTextAtIndex;28 import static android.widget.espresso.TextViewActions.mouseDragOnText;29 import static android.widget.espresso.TextViewActions.mouseLongClickAndDragOnText;30 import static android.widget.espresso.TextViewActions.mouseLongClickOnTextAtIndex;31 import static android.widget.espresso.TextViewActions.mouseTripleClickAndDragOnText;32 import static android.widget.espresso.TextViewActions.mouseTripleClickOnTextAtIndex;
23 import static android.widget.espresso.TextViewActions.Handle;24 import static android.widget.espresso.TextViewActions.clickOnTextAtIndex;25 import static android.widget.espresso.TextViewActions.doubleClickOnTextAtIndex;26 import static android.widget.espresso.TextViewActions.doubleTapAndDragHandle;27 import static android.widget.espresso.TextViewActions.doubleTapAndDragOnText;28 import static android.widget.espresso.TextViewActions.doubleTapHandle;29 import static android.widget.espresso.TextViewActions.dragHandle;30 import static android.widget.espresso.TextViewActions.longPressAndDragHandle;31 import static android.widget.espresso.TextViewActions.longPressAndDragOnText;32 import static android.widget.espresso.TextViewActions.longPressHandle;[all …]
25 import static android.widget.espresso.TextViewActions.clickOnTextAtIndex;26 import static android.widget.espresso.TextViewActions.longPressOnTextAtIndex;
24 import static android.widget.espresso.TextViewActions.clickOnTextAtIndex;
20 import static android.widget.espresso.TextViewActions.clickOnTextAtIndex;21 import static android.widget.espresso.TextViewActions.dragOnText;
40 public final class TextViewActions { class42 private TextViewActions() {} in TextViewActions() method in TextViewActions