Home
last modified time | relevance | path

Searched defs:point (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/
DAoaDevice.java185 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() local
230 private void touch(byte type, Point point, Duration pause) { in touch()