HomeSort by relevance Sort by last modified time
    Searched refs:longPressAndDragOnText (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewActivityTest.java 27 import static android.widget.espresso.TextViewActions.longPressAndDragOnText;
163 longPressAndDragOnText(helloWorld.indexOf("little"), helloWorld.indexOf(" boy!")));
176 longPressAndDragOnText(text.indexOf("e"), text.length()));
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
TextViewActions.java 174 public static ViewAction longPressAndDragOnText(int startIndex, int endIndex) {

Completed in 437 milliseconds