Searched refs:fingerSelection (Results 1 – 2 of 2) sorted by relevance
86 public void fingerSelection(Point start, Point end) throws Exception { in fingerSelection() method in GestureBot87 fingerSelection(start, end, BAND_SELECTION_DEFAULT_STEPS); in fingerSelection()97 private void fingerSelection(Point start, Point end, int steps) throws Exception { in fingerSelection() method in GestureBot116 boolean fingerSelection) { in swipe() argument131 if (fingerSelection) { in swipe()
48 bots.gesture.fingerSelection(start, end); in testFingerSelection_outOfRange()