Searched defs:coord (Results 1 – 1 of 1) sorted by relevance
390 final Point coord = new Point(bounds.left + bounds.width() / 2, in tapOnWindowCenter() local417 final Point coord = new Point(bounds.left + (offset != null ? offset.x : 0), in tapOnWindow() local440 private static void sendTap(Instrumentation instrumentation, Point coord) { in sendTap()