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

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java39 // Limits the number of swipes/scrolls performed during a search
61 * Set the direction of swipes to be vertical when performing scroll actions.
72 * Set the direction of swipes to be horizontal when performing scroll actions.
344 * @param swipes the number of search swipes to perform until giving up
348 public UiScrollable setMaxSearchSwipes(int swipes) { argument
349 Tracer.trace(swipes);
350 mMaxSearchSwipes = swipes;
360 * @return max the number of search swipes to perform until giving up
370 * If the swipe direction is set to vertical, then the swipes wil
[all...]

Completed in 96 milliseconds