Searched defs:location (Results 1 – 5 of 5) sorted by relevance
44 public abstract void scroll(@NonNull Point location); in scroll()
86 public void scroll(@NonNull Point location) { in scroll()159 private boolean aboveMotionThreshold(@NonNull Point location) { in aboveMotionThreshold()
30 public void scroll(Point location) { in scroll()
258 public Builder location(int x, int y) { in location() method in TestEvents.Builder
81 val location = context.getLocation(node) in getApplicableMethodNames() constant