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

  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewActivityMouseTest.java 29 import static android.widget.espresso.TextViewActions.mouseDragOnText;
76 mouseDragOnText(helloWorld.indexOf("llo"), helloWorld.indexOf("ld!")));
97 mouseDragOnText( helloWorld.indexOf("ld!"), helloWorld.indexOf("llo")));
123 mouseDragOnText(text.indexOf("c"), text.indexOf("h")));
159 mouseDragOnText(text.indexOf("d"), text.indexOf("f") + 1));
162 mouseDragOnText(text.indexOf("e"), text.length()));
176 mouseDragOnText(text.indexOf("d"), text.indexOf("f") + 1));
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
TextViewActions.java 218 public static ViewAction mouseDragOnText(int startIndex, int endIndex) {

Completed in 264 milliseconds