Searched defs:withSize (Results 1 – 2 of 2) sorted by relevance
223 fun withSize(size: Float): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withSize() method
94 public PointerCoordsBuilder withSize(float size) { in withSize() method in MotionEventUtils.PointerCoordsBuilder