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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java42 // Limits the number of swipes/scrolls performed during a search
64 * Set the direction of swipes to be vertical when performing scroll actions.
75 * Set the direction of swipes to be horizontal when performing scroll actions.
347 * @param swipes the number of search swipes to perform until giving up
351 public UiScrollable setMaxSearchSwipes(int swipes) { argument
352 Tracer.trace(swipes);
353 mMaxSearchSwipes = swipes;
363 * @return max the number of search swipes to perform until giving up
373 * If the swipe direction is set to vertical, then the swipes wil
[all...]

Completed in 51 milliseconds