Searched defs:point (Results 1 – 1 of 1) sorted by relevance
185 public void click(@Nonnull Point point) { in click()190 public void longClick(@Nonnull Point point) { in longClick()195 private void click(Point point, Duration duration) { in click()223 Point point = new Point((int) (from.x + xStep * i), (int) (from.y + yStep * i)); in swipe() local230 private void touch(byte type, Point point, Duration pause) { in touch()