Searched defs:scrollSwipe (Results 1 - 1 of 1) sorted by relevance

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java348 public boolean scrollSwipe(final int downX, final int downY, final int upX, final int upY, method in class:InteractionController
350 Log.d(LOG_TAG, "scrollSwipe (" + downX + ", " + downY + ", " + upX + ", "
381 Log.d(LOG_TAG, "scrollSwipe reached scroll end: " + foundEnd);
388 Log.d(LOG_TAG, "Vertical scrollSwipe reached scroll end: " + foundEnd);
393 Log.d(LOG_TAG, "Horizontal scrollSwipe reached scroll end: " + foundEnd);

Completed in 44 milliseconds