Searched defs:withCoords (Results 1 – 2 of 2) sorted by relevance
31 fun withCoords(pt: PointF): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withCoords() method52 fun withCoords(pt: Point): Matcher<MotionEvent> = withCoords(PointF(pt)) in withCoords() method
31 public static PointerCoordsBuilder withCoords(float x, float y) { in withCoords() method in MotionEventUtils